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

Re: Bug#459233: zsh: Typo in completion: du --sepArate-dirs



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