about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-05-31 17:04:20 +0000
committerClint Adams <clint@users.sourceforge.net>2006-05-31 17:04:20 +0000
commitb8ce0ad122a8a86002ecdfb95b735ad4a64c012f (patch)
tree36c6737f0b8c73ecee62355f1dcc281d9b18fbaf /Completion/Debian
parent598cef03bc333638987f25b713be7b7f5eda3a11 (diff)
downloadzsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.gz
zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.xz
zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.zip
22479: _arguments -s.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_lintian2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian
index 61878b368..ddb3e77b7 100644
--- a/Completion/Debian/Command/_lintian
+++ b/Completion/Debian/Command/_lintian
@@ -1,6 +1,6 @@
 #compdef lintian
 
-_arguments \
+_arguments -s \
 '(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-S,--setup-lab}'[setup or update the laboratory]' \
 '(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-R,--remove-lab}'[remove the laboratory directory]' \
 '(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-c,--check}'[run all checks over the specified packages]' \