]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: clarify default order for ls --sort=size
authorDan Jacobson <jidanni@jidanni.org>
Mon, 23 Mar 2015 08:59:18 +0000 (08:59 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 23 Mar 2015 09:03:58 +0000 (09:03 +0000)
* src/ls.c (usage): Mention that default order is largest first.
Fixes http://bugs.gnu.org/20172

src/ls.c

index 19522360aaf65bb708269802f5a36bfe25a485a2..d652673ee879339f90d0233cc71852b1c0603517 100644 (file)
--- 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\