bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Add `--retry-on-http-error` to help message


From: Giovanni Tirloni
Subject: [Bug-wget] Add `--retry-on-http-error` to help message
Date: Tue, 06 Mar 2018 18:00:05 -0300

I noticed this option is not documented in the help. Here's a patch for it.

diff --git a/src/main.c b/src/main.c
index 5430e7ce..46824efd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -636,6 +636,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-http-error=ERRORS    comma-separated list of HTTP errors to 
retry\n"),
     N_("\
   -O,  --output-document=FILE      write documents to FILE\n"),
     N_("\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]