]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
retry-all-errors.d: Shorten the summary line
authorJay Satiro <raysatiro@yahoo.com>
Tue, 12 May 2020 07:12:13 +0000 (03:12 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 12 May 2020 07:12:55 +0000 (03:12 -0400)
Follow-up to b995bb5 from a few moments ago.

Reported-by: Daniel Stenberg
Ref: https://github.com/curl/curl/commit/b995bb5#r39108929

docs/cmdline-opts/retry-all-errors.d
src/tool_help.c

index e0f662819801292ab373e13159bb75d0529df31b..4554f593805897f5d8f01df3459a9bd4c588c0d2 100644 (file)
@@ -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.
index 92ccae3b91ac67f8d32cdf4dc0feeb9a6dd0da83..e24bf0e9a43aa9ebe30f6a506ae85076de891f63 100644 (file)
@@ -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> ",