]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: state in ls --help, that -h affects --size format
authorPádraig Brady <P@draigBrady.com>
Tue, 24 Jun 2014 09:33:41 +0000 (10:33 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 24 Jun 2014 09:39:49 +0000 (10:39 +0100)
* src/ls.c (usage): State that --human changes --size format.
Fixes http://bugs.gnu.org/17838

src/ls.c

index 25e10fa74bf0622ae57b1f4e203e2dbdbf5da0f9..54c6705f1a0d817cf12e82834f766dafcc1df8f9 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4828,7 +4828,7 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\
 "), stdout);
       fputs (_("\
   -G, --no-group             in a long listing, don't print group names\n\
-  -h, --human-readable       with -l, print sizes in human readable format\n\
+  -h, --human-readable       with -l and/or -s, print human readable sizes\n\
                                (e.g., 1K 234M 2G)\n\
       --si                   likewise, but use powers of 1000 not 1024\n\
 "), stdout);