mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
24360: fix misspelling of --separate-dirs.
This commit is contained in:
parent
7d9ead9a46
commit
2a1d7a11aa
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24360: Completion/Unix/Command/_du: fix misspelling of
|
||||
--separate-dirs.
|
||||
|
||||
2008-01-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 25356: Src/text.c, Test/C02cond.ztst: "=~" wasn't handled by
|
||||
|
|
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue