diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-22 21:23:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-22 21:23:06 +0000 |
commit | 4823b64c298658f833c6a124dc8bc68de11fb053 (patch) | |
tree | 1acd2b291988ac2484d2670e209ba501af98dddb /src | |
parent | b150c508dc487da502522d7a8b6aedbd2a1803db (diff) | |
download | coreutils-4823b64c298658f833c6a124dc8bc68de11fb053.tar.xz |
(usage): Separate -H and --si. Say that the meaning
of -H will soon change to that of --dereference-args (-D).
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |