From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15343 invoked from network); 12 Apr 2007 00:12:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Apr 2007 00:12:28 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4448 invoked from network); 11 Apr 2007 17:05:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Apr 2007 17:05:42 -0000 Received: (qmail 2612 invoked by alias); 11 Apr 2007 17:05:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23268 Received: (qmail 2602 invoked from network); 11 Apr 2007 17:05:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Apr 2007 17:05:37 -0000 Received: (qmail 4159 invoked from network); 11 Apr 2007 17:05:37 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 11 Apr 2007 17:05:34 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 8AEE15DB89; Wed, 11 Apr 2007 13:05:32 -0400 (EDT) Date: Wed, 11 Apr 2007 13:05:32 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Vincent Lefevre , 418737-forwarded@bugs.debian.org Subject: Re: Bug#418737: zsh: completion for "svnadmin help" says "invalid argument: help" Message-ID: <20070411170532.GA24364@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, Vincent Lefevre , 418737-forwarded@bugs.debian.org References: <20070411163937.GA16235@vin.lip.ens-lyon.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411163937.GA16235@vin.lip.ens-lyon.fr> User-Agent: Mutt/1.5.13 (2006-08-11) > vin:~> zsh -f > vin% autoload -U compinit > vin% compinit > vin% svnadmin help [TAB] > _arguments:comparguments:208: invalid argument: help > > Note: there's no problem with "svn help [TAB]". Looks like 'svnadmin help' will need to be special-cased anyway, but there is breakage for any svnadmin subcommand (such as 'verify') that doesn't have any options listed under help.