diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-29 03:42:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-29 03:42:50 +0000 |
commit | 868ed3b0af1be5b031cef2b5397ebe642709642b (patch) | |
tree | 1f65f37403ab085a5047223c086a7a447a943d59 /src | |
parent | 6552bb980b05a5f67926d07067241dbbdce04c65 (diff) | |
download | coreutils-868ed3b0af1be5b031cef2b5397ebe642709642b.tar.xz |
(usage): Make --kilobytes description consistent with
that in du and df. From Göran Uddeborg.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2890,7 +2890,7 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ none (default), classify (-F), file-type (-p)\n\ -i, --inode print index number of each file\n\ -I, --ignore=PATTERN do not list implied entries matching shell PATTERN\n\ - -k, --kilobytes use 1024 blocks, not 512 despite POSIXLY_CORRECT\n\ + -k, --kilobytes use 1024 byte blocks\n\ -l use a long listing format\n\ -L, --dereference list entries pointed to by symbolic links\n\ -m fill width with a comma separated list of entries\n\ |