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.
This commit is contained in:
Jim Meyering 2016-08-14 08:24:31 -07:00
parent 1f2cb7cd3c
commit a2fccfc85a

View File

@ -111,9 +111,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.\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