diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2006-05-31 17:04:20 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2006-05-31 17:04:20 +0000 |
| commit | b8ce0ad122a8a86002ecdfb95b735ad4a64c012f (patch) | |
| tree | 36c6737f0b8c73ecee62355f1dcc281d9b18fbaf /Completion | |
| parent | 22476 (diff) | |
| download | zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.gz zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.bz2 zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.lz zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.xz zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.zst zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.zip | |
22479: _arguments -s.
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Debian/Command/_lintian | 2 |
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]' \ |
