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

2018-03-07 Thread Tim Rühsen
Thanks, applied. With Best Regards, Tim On 03/06/2018 10:00 PM, Giovanni Tirloni wrote: > +N_("\ > + --retry-on-http-error=ERRORScomma-separated list of HTTP errors > to retry\n"), signature.asc Description: OpenPGP digital signature

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

2018-03-06 Thread Giovanni Tirloni
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"