From: Jim Meyering Date: Wed, 9 Oct 1996 12:24:26 +0000 (+0000) Subject: (usage): Improve brief descriptions of --sort and --time. X-Git-Tag: TEXTUTILS-1_19n~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc3ad1a76807e98fb3ded79871f6157cc9098f8;p=thirdparty%2Fcoreutils.git (usage): Improve brief descriptions of --sort and --time. From François Pinard. --- diff --git a/src/ls.c b/src/ls.c index 0d9a33fb45..2e082b5c85 100644 --- a/src/ls.c +++ b/src/ls.c @@ -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\