about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-24 08:32:12 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-24 08:32:12 +0000
commit8f7beea0791ad8943338dc36d9ee41fd462eb6c2 (patch)
tree09399d7e17409cf1d8992e38afba165548ed8203 /Completion/Linux
parentfae0b54f1cb44b8df41dcb6f459936134d0e7b37 (diff)
downloadzsh-8f7beea0791ad8943338dc36d9ee41fd462eb6c2.tar.gz
zsh-8f7beea0791ad8943338dc36d9ee41fd462eb6c2.tar.xz
zsh-8f7beea0791ad8943338dc36d9ee41fd462eb6c2.zip
fix for comparguments to make -s have an effect again (11552)
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/_rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm
index 95334339a..7841815bf 100644
--- a/Completion/Linux/_rpm
+++ b/Completion/Linux/_rpm
@@ -96,7 +96,7 @@ while [[ -n "$state" ]]; do
   case "$lstate" in
   query)
     _arguments -s \
-      '*-v[verbose mode]' -q \
+      '*-v[verbose mode]' -q -c \
       '--rcfile:resource file:_files' \
       '--ftpproxy:FTP proxy server:_hosts' \
       '--ftpport:FTP port number:' \