diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-04 20:59:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-04 20:59:31 +0000 |
commit | 5ff0d49b279a12983a28046668686ce9ac0951d3 (patch) | |
tree | 341257ff37b447b6fcf01c7292928ace84b191ce /src | |
parent | e8d314a5ec4b47eca1a0794cf04101486aba4dc2 (diff) | |
download | coreutils-5ff0d49b279a12983a28046668686ce9ac0951d3.tar.xz |
(usage): Mention that, with its current meaning, -H is deprecated.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* du -- summarize disk usage - Copyright (C) 1988-1991, 1995-2003 Free Software Foundation, Inc. + Copyright (C) 1988-1991, 1995-2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -185,7 +185,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ -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\n\ + -H, --si likewise, but use powers of 1000 not 1024 (deprecated)\n\ -k like --block-size=1K\n\ -l, --count-links count sizes many times if hard linked\n\ "), stdout); |