From 9f17a1cda9ed994d36035e77840f2165ff30bbcd Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Fri, 11 Jul 2003 06:48:07 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20rpm=20completion=20for=20rpm=204.2?= =?UTF-8?q?=20(patch=20from=20G=C3=B6tz=20Waschk=20=20=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_completion | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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