]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/ls.c (usage): Correct the description of -G: it is useful
authorJim Meyering <jim@meyering.net>
Wed, 5 Jul 2006 10:17:24 +0000 (10:17 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jul 2006 10:17:24 +0000 (10:17 +0000)
only in a long listing.  Reported by Martin Pool in
<https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653>.

ChangeLog
src/ls.c

index 4b1252fd1f607a2f30021031641f2d8c838b6bc8..277ee3ec94680764798c7837591584b7eab5ed7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-07-05  Jim Meyering  <jim@meyering.net>
 
+       * src/ls.c (usage): Correct the description of -G: it is useful
+       only in a long listing.  Reported by Martin Pool in
+       <https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653>.
+
        * man/chmod.x: Correct the description of the sticky bit.  Reported
        by Chris Moore via Ian Jackson in <http://bugs.debian.org/376745>.
 
index 2e9159430b5e3624ed6eeaef8554e274feec86ee..be556f6a2092770b31dfabc4f1474361c7d1e9ab 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4241,7 +4241,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
                              group directories before files\n\
 "), stdout);
       fputs (_("\
-  -G, --no-group             like -l, but do not list group\n\
+  -G, --no-group             in a long listing, don't print group names\n\
   -h, --human-readable       with -l, print sizes in human readable format\n\
                                (e.g., 1K 234M 2G)\n\
       --si                   likewise, but use powers of 1000 not 1024\n\