diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Debian/Command/_schroot | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 05264300d..3ae1c3ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> diff --git a/Completion/Debian/Command/_schroot b/Completion/Debian/Command/_schroot index 025215be2..5e52f665d 100644 --- a/Completion/Debian/Command/_schroot +++ b/Completion/Debian/Command/_schroot @@ -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' \ |