diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-05 10:17:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-05 10:17:24 +0000 |
commit | b544360dab85d1a0256062d9d32c56ede4393dba (patch) | |
tree | 11b311115fa32cae245db06cc8dde2722ee769d6 /src | |
parent | 2a7f886e47f95cee00ebff12e58d0ad7595a9cca (diff) | |
download | coreutils-b544360dab85d1a0256062d9d32c56ede4393dba.tar.xz |
* 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>.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |