about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Redhat/Command/_rpm2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e2353fb..252ee8666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-05  Doug Kearns  <dougkearns@gmail.com>
+
+	* unposted: Completion/Redhat/Command/_rpm: fix typo
+
 2008-06-04  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Completion/Unix/Command/.distfiles: missing files.
@@ -4494,7 +4498,7 @@
 
 2006-07-18  Clint Adams  <clint@zsh.org>
 
-        * 22554: Jesse Weinstein: Completion/Unix/Command/_vorbiscomment:
+	* 22554: Jesse Weinstein: Completion/Unix/Command/_vorbiscomment:
 	completion for vorbiscomment.
 
 2006-07-18  Peter Stephenson  <pws@csr.com>
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
       ;;