diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-06-24 10:33:41 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-06-24 10:39:49 +0100 |
commit | 6635f0b0f71f68ab4e9108091bc6049ddb143648 (patch) | |
tree | 7b827e86425050b667ce860696ea274bed80f592 /src | |
parent | fd0a650403f7e477cb61bf37d8a7bf56edcbbda1 (diff) | |
download | coreutils-6635f0b0f71f68ab4e9108091bc6049ddb143648.tar.xz |
doc: state in ls --help, that -h affects --size format
* src/ls.c (usage): State that --human changes --size format.
Fixes http://bugs.gnu.org/17838
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |