]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention that ls time ordering is newest first
authorPádraig Brady <P@draigBrady.com>
Tue, 17 May 2011 06:51:44 +0000 (07:51 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 17 May 2011 06:51:44 +0000 (07:51 +0100)
* src/ls.c (usage): Add the "newest first" info to
the -t and -c options

src/ls.c

index 54876ce426483ca62c20ef248e6b5335f65d8c3c..96a9c4c974126c1fa5271c3275b3ff0076b8d1ae 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4593,7 +4593,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -c                         with -lt: sort by, and show, ctime (time of last\n\
                                modification of file status information)\n\
                                with -l: show ctime and sort by name\n\
-                               otherwise: sort by ctime\n\
+                               otherwise: sort by ctime, newest first\n\
 "), stdout);
       fputs (_("\
   -C                         list entries by columns\n\
@@ -4696,7 +4696,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
                              takes effect only outside the POSIX locale\n\
 "), stdout);
       fputs (_("\
-  -t                         sort by modification time\n\
+  -t                         sort by modification time, newest first\n\
   -T, --tabsize=COLS         assume tab stops at each COLS instead of 8\n\
 "), stdout);
       fputs (_("\