mirror of
https://https.git.savannah.gnu.org/git/sed.git
synced 2026-01-26 16:09:28 +00:00
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:
parent
1f2cb7cd3c
commit
a2fccfc85a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user