summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-05-17 07:51:44 +0100
committerPádraig Brady <P@draigBrady.com>2011-05-17 07:51:44 +0100
commit50ca38e523b5434fd6d7b98ed87a310179e9967a (patch)
tree56e66540f6ca88e8160b7f6d9e6777de21299830 /src/ls.c
parent5116103826c1776be0661bd591acd08fbefe9767 (diff)
downloadcoreutils-50ca38e523b5434fd6d7b98ed87a310179e9967a.tar.xz
doc: mention that ls time ordering is newest first
* src/ls.c (usage): Add the "newest first" info to the -t and -c options
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 54876ce42..96a9c4c97 100644
--- 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 (_("\