mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:23:33 +03:00
tool: Add option --retry-all-errors to retry on any error
The "sledgehammer" of retrying. Closes https://github.com/curl/curl/pull/5185
This commit is contained in:
parent
98e5904165
commit
b995bb58cb
8 changed files with 98 additions and 1 deletions
|
|
@ -399,6 +399,8 @@ static const struct helptxt helptext[] = {
|
|||
"Retry on connection refused (use with --retry)"},
|
||||
{" --retry-delay <seconds>",
|
||||
"Wait time between retries"},
|
||||
{" --retry-all-errors",
|
||||
"Retry all errors (use with --retry) (read manpage, don't use by default)"},
|
||||
{" --retry-max-time <seconds>",
|
||||
"Retry only within this period"},
|
||||
{" --sasl-authzid <identity> ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue