about summary refs log tree commit diff
path: root/Completion/Redhat
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2008-06-05 16:34:00 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2008-06-05 16:34:00 +0000
commit2dcc8627c9f4be547e6e49c76d45bea70c714a71 (patch)
tree9a855886c58191ebeb9dbe2e296f59c9954e17ec /Completion/Redhat
parent98a406a993fb7fb0a2d5a24fbec276e8e174cbf5 (diff)
downloadzsh-2dcc8627c9f4be547e6e49c76d45bea70c714a71.tar.gz
zsh-2dcc8627c9f4be547e6e49c76d45bea70c714a71.tar.xz
zsh-2dcc8627c9f4be547e6e49c76d45bea70c714a71.zip
unposted: fix typo in _rpm
Diffstat (limited to 'Completion/Redhat')
-rw-r--r--Completion/Redhat/Command/_rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Redhat/Command/_rpm b/Completion/Redhat/Command/_rpm
index 284ecab6b..140f5313f 100644
--- a/Completion/Redhat/Command/_rpm
+++ b/Completion/Redhat/Command/_rpm
@@ -160,7 +160,7 @@ _rpm () {
 	'(--replacepkgs --replacefiles --oldpackage)--force' \
 	'(--force)--'{replacefiles,replacepkgs} \
 	--{aid,allfiles,badreloc,excludedocs,ignorearch,ignoreos,ignoresize,includedocs,justdb,percent,repackage,test} \
-	--np{digest,signature,deps,suggest,order,pre,post,preun,postun,trigger{s,in,un,postun}} \
+	--no{digest,signature,deps,suggest,order,pre,post,preun,postun,trigger{s,in,un,postun}} \
 	'(--nopre --nopost --nopreun --nopostun)--noscripts' \
 	'*:pkg file:->package_file' && ret=0
       ;;