mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
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:
parent
080fd0d93b
commit
d27032c446
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user