From a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 5 Jun 2001 13:48:08 +0000 Subject: Add --nobuild and --nogpg to rpm completion. --- Completion/Redhat/Command/_rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Redhat') diff --git a/Completion/Redhat/Command/_rpm b/Completion/Redhat/Command/_rpm index d7e42c2d7..a174f1aa6 100644 --- a/Completion/Redhat/Command/_rpm +++ b/Completion/Redhat/Command/_rpm @@ -177,7 +177,7 @@ _rpm () { _arguments -s \ "${commonopts[@]}" "${pathopts[@]}" \ - --{short-circuit,clean,rmsource,sign,test} \ + --{short-circuit,clean,nobuild,rmsource,sign,test} \ '--target:specify a build target:->target'\ '--buildroot:build root directory:_files -/' \ '--buildarch:architecture for which to build:->target' \ @@ -188,7 +188,7 @@ _rpm () { _arguments -s \ '(-K)--checksig' '(--checksig)-K' \ "${commonopts[@]}" \ - --no{pgp,md5} \ + --no{gpg,pgp,md5} \ '*:RPM package file:->package_file' && ret=0 ;; rebuild) -- cgit 1.4.1