X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f19250c0b7739e928eb9e869ef04ea9fb61488c7..3f03b86d1f3dc643d2a88b816e889d291ddec5ea:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 10bffc3d..813a1cb2 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -42,11 +42,10 @@ print_help (char *str, struct swit *swp, int print_context) */ static const char nmh_intro1[] = \ -"Send bug reports, questions, suggestions, and patches to nmh-\n" -"workers@nongnu.org. That mailing list is relatively quiet, so user\n" +"Send bug reports, questions, suggestions, and patches to\n" +"nmh-workers@nongnu.org. That mailing list is relatively quiet, so user\n" "questions are encouraged. Users are also encouraged to subscribe, and\n" -"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-\n" -"workers .\n"; +"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-workers\n"; /* The text below is split so that string constant length doesn't exceed the C90 minimum maximum length of 509 characters. */