From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23451 invoked from network); 27 Feb 2006 02:06:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Feb 2006 02:06:51 -0000 Received: (qmail 85869 invoked from network); 27 Feb 2006 02:06:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Feb 2006 02:06:45 -0000 Received: (qmail 5031 invoked by alias); 27 Feb 2006 02:06:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22303 Received: (qmail 5022 invoked from network); 27 Feb 2006 02:06:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Feb 2006 02:06:42 -0000 Received: (qmail 85580 invoked from network); 27 Feb 2006 02:06:42 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 27 Feb 2006 02:06:41 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id EBCF970055; Sun, 26 Feb 2006 21:06:39 -0500 (EST) Date: Sun, 26 Feb 2006 21:06:39 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: PATCH: _schroot Message-ID: <20060227020639.GA11209@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk References: <20060226164314.GA527@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060226164314.GA527@scowler.net> User-Agent: Mutt/1.5.11+cvs20060126 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' \