bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls: sort options in --help described twice


From: Eric Blake
Subject: Re: ls: sort options in --help described twice
Date: Mon, 17 Oct 2005 15:55:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

php-coder <php-coder <at> altlinux.ru> writes:

>     Varians time -t described twice. It's in po/*.po too.
>     Reported by Vitaly A. Ostanin <vyt at altlinux dot org>
> 

2005-10-17  Eric Blake  <address@hidden>

        * src/ls.c (usage): Fix description of --sort, --time.
        Reported by Vitaly A. Ostanin <address@hidden>.

Index: src/ls.c
===================================================================
RCS file: /cvsroot/coreutils/coreutils/src/ls.c,v
retrieving revision 1.400
diff -u -r1.400 ls.c
--- src/ls.c    15 Oct 2005 09:56:21 -0000      1.400
+++ src/ls.c    17 Oct 2005 15:50:28 -0000
@@ -4188,12 +4194,12 @@
 "), stdout);
       fputs (_("\
   -S                         sort by file size\n\
-      --sort=WORD            extension -X, none -U, size -S, time -t,\n\
-                             version -v, status -c, time -t, atime -u,\n\
-                             access -u, use -u\n\
+      --sort=WORD            sort by WORD instead of name: none -U,\n\
+                             extension -X, size -S, time -t, version -v\n\
       --time=WORD            with -l, show time as WORD instead of 
modification\n\
-                             time: atime, access, use, ctime or status; use\n\
-                             specified time as sort key if --sort=time\n\
+                             time: atime -u, access -u, use -u, ctime -c,\n\
+                             or status -c; use specified time as sort key\n\
+                             if --sort=time\n\
 "), stdout);
       fputs (_("\
       --time-style=STYLE     with -l, show times using style STYLE:\n\






reply via email to

[Prev in Thread] Current Thread [Next in Thread]