From: Jim Meyering Date: Wed, 16 Aug 2006 12:55:18 +0000 (+0000) Subject: Explain why gzip --help's stderr output matters. X-Git-Tag: v6.1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72d1188040d8a65be91e202d508a4c70cc3af924;p=thirdparty%2Fcoreutils.git Explain why gzip --help's stderr output matters. --- diff --git a/ChangeLog b/ChangeLog index 95506510c6..ceb5e214d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-08-16 Bruno Haible + 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".