about summary refs log tree commit diff
path: root/Completion/Redhat
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@users.sourceforge.net>2001-06-05 13:48:08 +0000
committerChmouel Boudjnah <chmou@users.sourceforge.net>2001-06-05 13:48:08 +0000
commita77a6994e8b9b3b665dd42f1c36dd44cc1c965ac (patch)
treed7af35493416beebd621ec4fda6c049525a57dd8 /Completion/Redhat
parent1f2841cf21bdd31371cecb7460bbdcaa39eb53b8 (diff)
downloadzsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.gz
zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.xz
zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.zip
Add --nobuild and --nogpg to rpm completion.
Diffstat (limited to 'Completion/Redhat')
-rw-r--r--Completion/Redhat/Command/_rpm4
1 files changed, 2 insertions, 2 deletions
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)