diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-24 08:32:12 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-24 08:32:12 +0000 |
commit | 8f7beea0791ad8943338dc36d9ee41fd462eb6c2 (patch) | |
tree | 09399d7e17409cf1d8992e38afba165548ed8203 /Completion/Linux/_rpm | |
parent | fae0b54f1cb44b8df41dcb6f459936134d0e7b37 (diff) | |
download | zsh-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/_rpm')
-rw-r--r-- | Completion/Linux/_rpm | 2 |
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:' \ |