Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#459233: zsh: Typo in completion: du --sepArate-dirs
- X-seq: zsh-workers 24360
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Roman Odaisky <to.roma.from.debbug@xxxxxxxxxxx>, 459233@xxxxxxxxxxxxxxx
- Subject: Re: Bug#459233: zsh: Typo in completion: du --sepArate-dirs
- Date: Fri, 4 Jan 2008 15:13:00 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20080104193800.3722.11606.reportbug@xxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Roman Odaisky <to.roma.from.debbug@xxxxxxxxxxx>, 459233@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080104193800.3722.11606.reportbug@xxxxxxxxxxxxxxxxxxxx>
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' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author