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;