From d27032c4461f37549c8eae32db2721ab0e0c5ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 22 Jan 2018 10:39:43 +0100 Subject: [PATCH] Mention list and bugtracker for --help and in man page * doc/wget.texi: Mention list and bugtracker in man page * src/main.c: Mention list and bugtracker for --help --- doc/wget.texi | 6 +++++- src/main.c | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/wget.texi b/doc/wget.texi index 167a59ab..3bd423a9 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -4133,7 +4133,11 @@ via IRC at @code{irc.freenode.org}, @code{#wget}. Come check it out! @c man begin BUGS You are welcome to submit bug reports via the GNU Wget bug tracker (see -@url{https://savannah.gnu.org/bugs/?func=additem&group=wget}). +@url{https://savannah.gnu.org/bugs/?func=additem&group=wget}) or to our +mailing list @email{bug-wget@@gnu.org}. + +Visit @url{https://lists.gnu.org/mailman/listinfo/bug-wget} to +get more info (how to subscribe, list archives, ...). Before actually submitting a bug report, please try to follow a few simple guidelines. diff --git a/src/main.c b/src/main.c index d19437e0..0ffd551a 100644 --- a/src/main.c +++ b/src/main.c @@ -1005,7 +1005,8 @@ Recursive accept/reject:\n"), N_("\ -np, --no-parent don't ascend to the parent directory\n"), "\n", - N_("Mail bug reports and suggestions to \n") + N_("Email bug reports, questions, discussions to \n"), + N_("and/or open issues at https://savannah.gnu.org/bugs/?func=additem&group=wget.\n") }; size_t i;