diff options
author | Chmouel Boudjnah <chmou@users.sourceforge.net> | 2001-06-05 13:48:08 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@users.sourceforge.net> | 2001-06-05 13:48:08 +0000 |
commit | a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac (patch) | |
tree | d7af35493416beebd621ec4fda6c049525a57dd8 /Completion/Redhat/Command | |
parent | 1f2841cf21bdd31371cecb7460bbdcaa39eb53b8 (diff) | |
download | zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.gz zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.xz zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.zip |
Add --nobuild and --nogpg to rpm completion.
Diffstat (limited to 'Completion/Redhat/Command')
-rw-r--r-- | Completion/Redhat/Command/_rpm | 4 |
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) |