From: Jim Meyering Date: Wed, 5 Jul 2006 10:17:24 +0000 (+0000) Subject: * src/ls.c (usage): Correct the description of -G: it is useful X-Git-Tag: v6.0~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b544360dab85d1a0256062d9d32c56ede4393dba;p=thirdparty%2Fcoreutils.git * src/ls.c (usage): Correct the description of -G: it is useful only in a long listing. Reported by Martin Pool in . --- diff --git a/ChangeLog b/ChangeLog index 4b1252fd1f..277ee3ec94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-07-05 Jim Meyering + * src/ls.c (usage): Correct the description of -G: it is useful + only in a long listing. Reported by Martin Pool in + . + * man/chmod.x: Correct the description of the sticky bit. Reported by Chris Moore via Ian Jackson in . diff --git a/src/ls.c b/src/ls.c index 2e9159430b..be556f6a20 100644 --- 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\