From 645ac9a9c302e122b1d41194422b1447222f784e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Aug 2016 08:24:31 -0700 Subject: [PATCH] sed: remove obsolete advice from --help output * sed/sed.c (contact): Now that there is a sed-specific mailing list, there is no longer any need to include "sed" in the subject. Remove that advice. --- sed/sed.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sed/sed.c b/sed/sed.c index 0fd2397..44efaab 100644 --- a/sed/sed.c +++ b/sed/sed.c @@ -111,9 +111,7 @@ General help using GNU software: .\n")); /* Only print the bug report address for `sed --help', otherwise we'll get reports for other people's bugs. */ if (!errmsg) - fprintf(out, _("E-mail bug reports to: <%s>.\n\ -Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"), - PACKAGE_BUGREPORT, PACKAGE); + fprintf(out, _("E-mail bug reports to: <%s>.\n"), PACKAGE_BUGREPORT); } static void -- 2.7.4