fixed typo in rpm completion

This commit is contained in:
ianmacd 2001-03-21 23:33:02 +00:00
parent dc2eca6004
commit 071b439db8

View File

@ -2,7 +2,7 @@
#
# <![CDATA[
#
# $Id: bash_completion,v 1.16 2001/03/05 20:12:48 ianmacd Exp $
# $Id: bash_completion,v 1.17 2001/03/22 00:33:02 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -608,7 +608,7 @@ _rpm()
--*)
COMPREPLY=( $( compgen -W 'help version initdb \
checksig recompile rebuild resign addsign rebuilddb \
showrc setperms setgids tarbuild eval install \
showrc setperms setugids tarbuild eval install \
upgrade query freshen erase verify querytags rmsource' \
${cur_nodash#-} ) )
dashify