mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 19:30:20 +08:00
* src/main.c: Add help text for --retry-on-http-error
Reported-by: Giovanni Tirloni
This commit is contained in:
parent
375bfa98dc
commit
ba2b0654b4
@ -636,6 +636,8 @@ Download:\n"),
|
|||||||
-t, --tries=NUMBER set number of retries to NUMBER (0 unlimits)\n"),
|
-t, --tries=NUMBER set number of retries to NUMBER (0 unlimits)\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--retry-connrefused retry even if connection is refused\n"),
|
--retry-connrefused retry even if connection is refused\n"),
|
||||||
|
N_("\
|
||||||
|
--retry-on-http-error=ERRORS comma-separated list of HTTP errors to retry\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-O, --output-document=FILE write documents to FILE\n"),
|
-O, --output-document=FILE write documents to FILE\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user