summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-17 10:20:50 +0000
committerJim Meyering <jim@meyering.net>2001-09-17 10:20:50 +0000
commitb6e61f0f1829877cf449216eb0c5358dcb14b1f0 (patch)
treec1b62e4fd0b492c7f64b84b5ae88f12c5935faee /src/ls.c
parentf04d7b8252ef4d6a72f66aa33ee21efde78bff4a (diff)
downloadcoreutils-b6e61f0f1829877cf449216eb0c5358dcb14b1f0.tar.xz
(usage): Fix typo in -g usage.
-H now means --dereference-command-line.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index 33e1ecad4..9b48ee897 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -3389,12 +3389,11 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\
--full-time like -l --time-style=full-iso\n"));
printf (_("\
- -g -like -l, but do not list owner\n\
+ -g like -l, but do not list owner\n\
-G, --no-group inhibit display of group information\n\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\
--si likewise, but use powers of 1000 not 1024\n\
- -H same as `--si' for now; soon to change\n\
- to conform to POSIX\n\
+ -H, --dereference-command-line follow symbolic links on the command line\n\
--indicator-style=WORD append indicator with style WORD to entry names:\n\
none (default), classify (-F), file-type (-p)\n\
-i, --inode print index number of each file\n\