mirror of
https://github.com/mirror/wget.git
synced 2025-03-14 11:50:18 +08:00
* src/main.c (print_help): Add --retry-on-host-error to help text
This commit is contained in:
parent
cb114fbbf7
commit
aab539bb44
@ -648,6 +648,8 @@ Download:\n"),
|
||||
-t, --tries=NUMBER set number of retries to NUMBER (0 unlimits)\n"),
|
||||
N_("\
|
||||
--retry-connrefused retry even if connection is refused\n"),
|
||||
N_("\
|
||||
--retry-on-host-error consider host errors as non-fatal, transient errors\n"),
|
||||
N_("\
|
||||
--retry-on-http-error=ERRORS comma-separated list of HTTP errors to retry\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user