summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2022-03-20 21:07:54 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2022-03-20 21:07:54 +0100
commitaab539bb44b5d7aeb093014c21fd4f4e4e728136 (patch)
tree1233a5b330c7f61cd74bffcb4bbd33fa7695b3ed
parentcb114fbbf73eb687d28b01341c8d4266ffa96c9d (diff)
downloadwget-aab539bb44b5d7aeb093014c21fd4f4e4e728136.tar.gz
* src/main.c (print_help): Add --retry-on-host-error to help text
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 95ae6d4a..f9bb4074 100644
--- a/src/main.c
+++ b/src/main.c
@@ -649,6 +649,8 @@ Download:\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_("\
-O, --output-document=FILE write documents to FILE\n"),