From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20140 invoked from network); 4 Jan 2008 20:13:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Jan 2008 20:13:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 867 invoked from network); 4 Jan 2008 20:13:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Jan 2008 20:13:09 -0000 Received: (qmail 20550 invoked by alias); 4 Jan 2008 20:13:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24360 Received: (qmail 20532 invoked from network); 4 Jan 2008 20:13:06 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Jan 2008 20:13:06 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 251698058FF2 for ; Fri, 4 Jan 2008 21:13:04 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Fri, 4 Jan 2008 21:13:03 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id DEBF95D0E1; Fri, 4 Jan 2008 15:13:00 -0500 (EST) Date: Fri, 4 Jan 2008 15:13:00 -0500 From: Clint Adams To: Roman Odaisky , 459233@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#459233: zsh: Typo in completion: du --sepArate-dirs Message-ID: <20080104201300.GA6966@scowler.net> Mail-Followup-To: Roman Odaisky , 459233@bugs.debian.org, zsh-workers@sunsite.dk References: <20080104193800.3722.11606.reportbug@pogekone.qwertty.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080104193800.3722.11606.reportbug@pogekone.qwertty.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Fri, Jan 04, 2008 at 07:38:00PM +0000, Roman Odaisky wrote: > Zsh completion for du has a misspelled option, --sepErate-dirs, which > should have been --sepArate-dirs. I don’t include a patch because I have > no idea where is this defined, but any zsh developer, I believe, can fix > this in no more than a minute. Index: Completion/Unix/Command/_du =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_du,v retrieving revision 1.2 diff -u -r1.2 _du --- Completion/Unix/Command/_du 9 Mar 2005 03:35:45 -0000 1.2 +++ Completion/Unix/Command/_du 4 Jan 2008 20:11:38 -0000 @@ -13,7 +13,7 @@ '(-B --block-size)-k[use block size of 1k]' \ '(-l --count-links)'{-l,--count-links}'[count sizes many times if hard linked]' \ '(-L --dereference -D --dereference-args)'{-L,--dereference}'[dereference all symlinks]' \ - '(-S --separate-dirs)'{-S,--seperate-dirs}'[do not include size of subdirectories]' \ + '(-S --separate-dirs)'{-S,--separate-dirs}'[do not include size of subdirectories]' \ '(-s --summarize --max-depth -a --all)'{-s,--summarize}'[only display total for each argument]' \ '(-x --one-file-system)'{-x,--one-file-system}'[skip directories on different filesystems]' \ \*{-X+,--exclude-from=}'[exclude files matching any pattern in file]:file:_files' \