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 | |
parent | 598cef03bc333638987f25b713be7b7f5eda3a11 (diff) | |
download | zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.gz zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.tar.xz zsh-b8ce0ad122a8a86002ecdfb95b735ad4a64c012f.zip |
22479: _arguments -s.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Debian/Command/_lintian | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 493d12c43..f5c909746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-31 Clint Adams <clint@zsh.org> + + * 22479: Completion/Debian/Command/_lintian: _arguments -s. + 2006-05-30 Wayne Davison <wayned@users.sourceforge.net> * 22476: Src/pattern.c: silenced some compiler warnings and 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]' \ |