Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: _schroot



Oops.

Index: Completion/Debian/Command/_schroot
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_schroot,v
retrieving revision 1.1
diff -u -r1.1 _schroot
--- Completion/Debian/Command/_schroot	26 Feb 2006 16:46:06 -0000	1.1
+++ Completion/Debian/Command/_schroot	27 Feb 2006 02:05:54 -0000
@@ -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' \



Messages sorted by: Reverse Date, Date, Thread, Author