diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 12:24:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 12:24:26 +0000 |
commit | 2dc3ad1a76807e98fb3ded79871f6157cc9098f8 (patch) | |
tree | dcb3b6e77dac1e4065dcd36860127c00c5ff0f21 | |
parent | 1e2d02ace56b246dcb0a5388f01e9c914b8d3a20 (diff) | |
download | coreutils-2dc3ad1a76807e98fb3ded79871f6157cc9098f8.tar.xz |
(usage): Improve brief descriptions of --sort and --time.
From François Pinard.
-rw-r--r-- | src/ls.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2733,8 +2733,9 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ printf (_("\ -s, --size print size of each file, in blocks\n\ --sort=WORD ctime -c, extension -X, none -U, size -S,\n\ - status -c, time -t\n\ - --time=WORD atime -u, access -u, use -u\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, --tabsize=COLS assume tab stops at each COLS instead of 8\n\ -t sort by modification time; with -l: show mtime\n\ -U do not sort; list entries in directory order\n\ |