diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-06-04 19:31:22 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-04 19:32:07 +0200 |
commit | e9c3d73c147565e7f072db0f844594e9097d9dc1 (patch) | |
tree | f3235f6d91f59063e027599ab545921353d59801 /ChangeLog | |
parent | d43b54fa51f2916da8d06d36bf3e804142c95729 (diff) | |
download | coreutils-e9c3d73c147565e7f072db0f844594e9097d9dc1.tar.xz |
doc: -h and --human-readable are equivalent to --block-size=human-readable
* doc/coreutils.texi (Common options): Mention that -h and
--human-readable are equivalent to --block-size=human-readable.
Documentation problem reported by Steve Ward in
<http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00007.html>.
(du invocation): Use optSi rather than duplicating the macro's
contents (incorrectly, since we claimed a "B" was output).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-06-04 Paul Eggert <eggert@cs.ucla.edu> + + * doc/coreutils.texi (Common options): Mention that -h and + --human-readable are equivalent to --block-size=human-readable. + Documentation problem reported by Steve Ward in + <http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00007.html>. + (du invocation): Use optSi rather than duplicating the macro's + contents (incorrectly, since we claimed a "B" was output). + 2007-05-31 Jim Meyering <jim@meyering.net> Pull printf-related code from gnulib, rather than using forked copy. |