summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorDan Jacobson <jidanni@jidanni.org>2015-03-23 08:59:18 +0000
committerPádraig Brady <P@draigBrady.com>2015-03-23 09:03:58 +0000
commit01fb984887ce6fdd71d563e57c6b59155a1f4cb7 (patch)
tree3155cb12e9a60840f6a14c4ce3d674a0fd366c9b /src/ls.c
parent9042ff441cd931eeb4196651170797a688f82522 (diff)
downloadcoreutils-01fb984887ce6fdd71d563e57c6b59155a1f4cb7.tar.xz
doc: clarify default order for ls --sort=size
* src/ls.c (usage): Mention that default order is largest first. Fixes http://bugs.gnu.org/20172
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 19522360a..d652673ee 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -4882,7 +4882,7 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\
-s, --size print the allocated size of each file, in blocks\n\
"), stdout);
fputs (_("\
- -S sort by file size\n\
+ -S sort by file size, largest first\n\
--sort=WORD sort by WORD instead of name: none (-U), size (-S)\
,\n\
time (-t), version (-v), extension (-X)\n\