mirror of
https://github.com/curl/curl.git
synced 2026-07-04 19:17:15 +03:00
retry-all-errors.d: Shorten the summary line
Follow-up tob995bb5from a few moments ago. Reported-by: Daniel Stenberg Ref:b995bb5 (r39108929)
This commit is contained in:
parent
a9021716cc
commit
79d60a9282
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Long: retry-all-errors
|
||||
Help: Retry all errors (use with --retry) (read manpage, don't use by default)
|
||||
Help: Retry all errors (use with --retry)
|
||||
Added: 7.71.0
|
||||
---
|
||||
Retry on any error. This option is used together with --retry.
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ static const struct helptxt helptext[] = {
|
|||
{" --retry-delay <seconds>",
|
||||
"Wait time between retries"},
|
||||
{" --retry-all-errors",
|
||||
"Retry all errors (use with --retry) (read manpage, don't use by default)"},
|
||||
"Retry all errors (use with --retry)"},
|
||||
{" --retry-max-time <seconds>",
|
||||
"Retry only within this period"},
|
||||
{" --sasl-authzid <identity> ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue