summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-20 14:27:56 +0000
committerJim Meyering <jim@meyering.net>1996-01-20 14:27:56 +0000
commit7bfb13dea79650b84f74008461a87117fd6564eb (patch)
tree0dc7fb63a5ea0f3fac07f917b03201f94c38dc80 /src/du.c
parent744d31d57a943db9c7e5074540d7121d84b1a50f (diff)
downloadcoreutils-7bfb13dea79650b84f74008461a87117fd6564eb.tar.xz
Tweak usage.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index f73007799..24fe8969d 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\