From: Jim Meyering Date: Sat, 20 Jan 1996 14:27:56 +0000 (+0000) Subject: Tweak usage. X-Git-Tag: TEXTUTILS-1_14~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bfb13dea79650b84f74008461a87117fd6564eb;p=thirdparty%2Fcoreutils.git Tweak usage. --- diff --git a/src/du.c b/src/du.c index f730077990..24fe8969db 100644 --- a/src/du.c +++ b/src/du.c @@ -224,7 +224,7 @@ Summarize disk usage of each FILE, recursively for directories.\n\ -a, --all write counts for all files, not just directories\n\ -b, --bytes print size in bytes\n\ -c, --total produce a grand total\n\ - -h, --human use variable sizes, not 512 despite POSIXLY_CORRECT\n\ + -h, --human print sizes in human readable format (e.g. 1K 234M 2G)\n\ -k, --kilobytes use 1024-byte blocks, not 512 despite POSIXLY_CORRECT\n\ -l, --count-links count sizes many times if hard linked\n\ -m, --megabytes use 1024K-byte blocks, not 512 despite POSIXLY_CORRECT\n\