1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 19:00:57 +02:00

_arguments -S for _schroot

This commit is contained in:
Clint Adams 2006-02-27 02:08:29 +00:00
parent 4d36e70a9b
commit 3be3186412
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
2006-02-26 Clint Adams <clint@zsh.org>
* 22302: Completion/Debian/Command/_schroot: completion
for schroot.
* 22302, 22303: Completion/Debian/Command/_schroot:
completion for schroot.
2006-02-24 Wayne Davison <wayned@users.sourceforge.net>

View file

@ -3,7 +3,7 @@
local expl context state line
typeset -A opt_args
_arguments \
_arguments -S \
'(-h --help)'{-h,--help}'[help]' \
'(-a --all)'{-a,--all}'[all chroots and active sessions]' \
'--all-chroots' \