mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
retry-all-errors.d: Shorten the summary line
Follow-up to b995bb5 from a few moments ago. Reported-by: Daniel Stenberg Ref: https://github.com/curl/curl/commit/b995bb5#r39108929
This commit is contained in:
parent
a9021716cc
commit
79d60a9282
@ -1,5 +1,5 @@
|
|||||||
Long: retry-all-errors
|
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
|
Added: 7.71.0
|
||||||
---
|
---
|
||||||
Retry on any error. This option is used together with --retry.
|
Retry on any error. This option is used together with --retry.
|
||||||
|
@ -400,7 +400,7 @@ static const struct helptxt helptext[] = {
|
|||||||
{" --retry-delay <seconds>",
|
{" --retry-delay <seconds>",
|
||||||
"Wait time between retries"},
|
"Wait time between retries"},
|
||||||
{" --retry-all-errors",
|
{" --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-max-time <seconds>",
|
||||||
"Retry only within this period"},
|
"Retry only within this period"},
|
||||||
{" --sasl-authzid <identity> ",
|
{" --sasl-authzid <identity> ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user