fixed typo in rpm completion
This commit is contained in:
parent
dc2eca6004
commit
071b439db8
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# <![CDATA[
|
# <![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>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -608,7 +608,7 @@ _rpm()
|
|||||||
--*)
|
--*)
|
||||||
COMPREPLY=( $( compgen -W 'help version initdb \
|
COMPREPLY=( $( compgen -W 'help version initdb \
|
||||||
checksig recompile rebuild resign addsign rebuilddb \
|
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' \
|
upgrade query freshen erase verify querytags rmsource' \
|
||||||
${cur_nodash#-} ) )
|
${cur_nodash#-} ) )
|
||||||
dashify
|
dashify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user