From: Jim Meyering Date: Mon, 29 Jun 1998 03:42:50 +0000 (+0000) Subject: (usage): Make --kilobytes description consistent with X-Git-Tag: FILEUTILS-3_16q~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=868ed3b0af1be5b031cef2b5397ebe642709642b;p=platform%2Fupstream%2Fcoreutils.git (usage): Make --kilobytes description consistent with that in du and df. From Göran Uddeborg. --- diff --git a/src/ls.c b/src/ls.c index e27d765..b6cf4d8 100644 --- a/src/ls.c +++ b/src/ls.c @@ -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\