]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Separate -H and --si. Say that the meaning
authorJim Meyering <jim@meyering.net>
Sun, 22 Feb 2004 21:23:06 +0000 (21:23 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Feb 2004 21:23:06 +0000 (21:23 +0000)
of -H will soon change to that of --dereference-args (-D).

src/du.c

index 23a65cec74e405aaa9472a35dd40adb261e90369..b6047f08429971ef573e2725176003aaaaeba3a1 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -184,8 +184,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -D, --dereference-args  dereference FILEs that are symbolic links\n\
 "), stdout);
       fputs (_("\
+  -H                    like --si, but also evokes a warning; will soon\n\
+                        change to be equivalent to --dereference-args (-D)\n\
   -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 2G)\n\
-  -H, --si              likewise, but use powers of 1000 not 1024 (deprecated)\n\
+      --si              like -h, but use powers of 1000 not 1024\n\
   -k                    like --block-size=1K\n\
   -l, --count-links     count sizes many times if hard linked\n\
 "), stdout);