summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 05:05:34 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 05:05:34 +0000
commit272f8d891ea1e622646dda2db7e01e9d2c27b7b4 (patch)
tree0975442937395ae55adca5d0d045bfca251d947b /src/du.c
parent25f22cdc5d96cb058c6fa9f6a54ae52d7c9d96cc (diff)
downloadcoreutils-272f8d891ea1e622646dda2db7e01e9d2c27b7b4.tar.xz
(usage): The long-named arg is --human-readable, not --human.
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 35b00f18f..d34d52980 100644
--- a/src/du.c
+++ b/src/du.c
@@ -223,7 +223,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 print sizes in human readable format (e.g. 1K 234M 2G)\n\
+ -h, --human-readable 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\