diff --git a/bash_completion b/bash_completion index f0d55732..8a92e9df 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.586 2003/07/11 08:30:59 ianmacd Exp $ +# $Id: bash_completion,v 1.587 2003/07/11 08:48:07 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -1457,9 +1457,10 @@ _rpm() -@([Vy]*|-verify)) if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '--root --rcfile --dbpath \ - --nodeps --nofiles --noscripts --nomd5 --querytags \ - --specfile --whatrequires --whatprovides --nodigest \ - --nosignature' -- $cur ) ) + --nodeps --nogroup --nolinkto --nomode --nomtime \ + --nordev --nouser --nofiles --noscripts --nomd5 \ + --querytags --specfile --whatrequires --whatprovides \ + --nodigest --nosignature' -- $cur ) ) # check whether we're doing file completion elif [ "${COMP_LINE#* -*([^ -])f}" != "$COMP_LINE" ]; then _filedir