]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Fix typo in -g usage.
authorJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 10:20:50 +0000 (10:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 10:20:50 +0000 (10:20 +0000)
-H now means --dereference-command-line.

src/ls.c

index 33e1ecad43d8b98436f4677dac53e891d9f19411..9b48ee897691ee5e41f048d0b26e32a1fdd122d1 100644 (file)
--- 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\