about summary refs log tree commit diff
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
parent4d36e70a9b3ce390bbe799d12d5117880a3d8c83 (diff)
downloadzsh-3be31864128606043a016cde7774a011e9a3b58d.tar.gz
zsh-3be31864128606043a016cde7774a011e9a3b58d.tar.xz
zsh-3be31864128606043a016cde7774a011e9a3b58d.zip
_arguments -S for _schroot
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Debian/Command/_schroot2
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' \