about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-02-27 02:08:29 +0000
committerClint Adams <clint@users.sourceforge.net>2006-02-27 02:08:29 +0000
commit3be31864128606043a016cde7774a011e9a3b58d (patch)
tree0519978cf028671a774e6ac90a40ff83bb3c1bf9 /Completion/Debian
parent4d36e70a9b3ce390bbe799d12d5117880a3d8c83 (diff)
downloadzsh-3be31864128606043a016cde7774a011e9a3b58d.tar.gz
zsh-3be31864128606043a016cde7774a011e9a3b58d.tar.xz
zsh-3be31864128606043a016cde7774a011e9a3b58d.zip
_arguments -S for _schroot
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_schroot2
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' \