diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-16 12:55:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-16 12:55:18 +0000 |
commit | 72d1188040d8a65be91e202d508a4c70cc3af924 (patch) | |
tree | 927313d61dcf0af9e21f6f5aaf38dd8c0daed43f /ChangeLog | |
parent | 1e77e830cced33cd623c48e1713fcd00ff6d2132 (diff) | |
download | coreutils-72d1188040d8a65be91e202d508a4c70cc3af924.tar.xz |
Explain why gzip --help's stderr output matters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-08-16 Bruno Haible <bruno@clisp.org> + Old versions of gzip would write --help output to stderr, and it + would be annoying to see that in the output of every "make" command. * Makefile.maint (gzip_rsyncable): Throw away stderr output of "gzip --help". |