diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-02-27 02:08:29 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-02-27 02:08:29 +0000 |
commit | 3be31864128606043a016cde7774a011e9a3b58d (patch) | |
tree | 0519978cf028671a774e6ac90a40ff83bb3c1bf9 /Completion/Debian/Command | |
parent | 4d36e70a9b3ce390bbe799d12d5117880a3d8c83 (diff) | |
download | zsh-3be31864128606043a016cde7774a011e9a3b58d.tar.gz zsh-3be31864128606043a016cde7774a011e9a3b58d.tar.xz zsh-3be31864128606043a016cde7774a011e9a3b58d.zip |
_arguments -S for _schroot
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_schroot | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |