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
This commit is contained in:
Tim Rühsen 2018-01-22 10:39:43 +01:00
parent 080fd0d93b
commit d27032c446
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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 <bug-wget@gnu.org>\n")
N_("Email bug reports, questions, discussions to <bug-wget@gnu.org>\n"),
N_("and/or open issues at https://savannah.gnu.org/bugs/?func=additem&group=wget.\n")
};
size_t i;