mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
22479: _arguments -s.
This commit is contained in:
parent
598cef03bc
commit
b8ce0ad122
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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]' \
|
||||
|
|
Loading…
Reference in a new issue