From 2a1d7a11aafb01ccae97f6f6bb21e1f9ec249af8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 4 Jan 2008 20:18:38 +0000 Subject: 24360: fix misspelling of --separate-dirs. --- ChangeLog | 5 +++++ Completion/Unix/Command/_du | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 902ff8275..95487b95e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-04 Clint Adams + + * 24360: Completion/Unix/Command/_du: fix misspelling of + --separate-dirs. + 2008-01-04 Peter Stephenson * 25356: Src/text.c, Test/C02cond.ztst: "=~" wasn't handled by diff --git a/Completion/Unix/Command/_du b/Completion/Unix/Command/_du index 0486cac7c..11122f3a4 100644 --- a/Completion/Unix/Command/_du +++ b/Completion/Unix/Command/_du @@ -13,7 +13,7 @@ if _pick_variant gnu=Free\ Soft unix --version /dummy/no-such-file; then '(-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' \ -- cgit 1.4.1