summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-16 12:55:18 +0000
committerJim Meyering <jim@meyering.net>2006-08-16 12:55:18 +0000
commit72d1188040d8a65be91e202d508a4c70cc3af924 (patch)
tree927313d61dcf0af9e21f6f5aaf38dd8c0daed43f
parent1e77e830cced33cd623c48e1713fcd00ff6d2132 (diff)
downloadcoreutils-72d1188040d8a65be91e202d508a4c70cc3af924.tar.xz
Explain why gzip --help's stderr output matters.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95506510c..ceb5e214d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".