]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Correct descriptions of --sort, --time, and -t.
authorJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 12:53:09 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 12:53:09 +0000 (12:53 +0000)
Suggestions from Andreas Schwab.

src/ls.c

index d2ee0a75f403b33f8413101109b4a20a3f255214..cd0447002a2f023fa5745465e101ec451ce9b759 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2967,12 +2967,13 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\
 
       printf (_("\
   -S                         sort by file size\n\
-      --sort=WORD            ctime -c, extension -X, none -U, size -S,\n\
+      --sort=WORD            extension -X, none -U, size -S, time -t,\n\
                                version -v\n\
                              status -c, time -t, atime -u, access -u, use -u\n\
       --time=WORD            show time as WORD instead of modification time:\n\
-                             atime, access, use, ctime or status\n\
-  -t                         sort by modification time; with -l: show mtime\n\
+                               atime, access, use, ctime or status; use\n\
+                               specified time as sort key if --sort=time\n\
+  -t                         sort by modification time\n\
   -T, --tabsize=COLS         assume tab stops at each COLS instead of 8\n\
   -u                         sort by last access time; with -l: show atime\n\
   -U                         do not sort; list entries in directory order\n\