]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): The long-named arg is --human-readable, not --human.
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 05:05:34 +0000 (05:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 05:05:34 +0000 (05:05 +0000)
src/du.c

index 35b00f18f7b3badde0afce1169a07b255660e408..d34d52980ab1cfc835680fd682726775baded89c 100644 (file)
--- 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\