From: Jay Satiro Date: Tue, 12 May 2020 07:12:13 +0000 (-0400) Subject: retry-all-errors.d: Shorten the summary line X-Git-Tag: curl-7_71_0~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d60a928218cd117d76aa5019b77702f29a17a1;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index e0f6628198..4554f59380 100644 --- a/docs/cmdline-opts/retry-all-errors.d +++ b/docs/cmdline-opts/retry-all-errors.d @@ -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. diff --git a/src/tool_help.c b/src/tool_help.c index 92ccae3b91..e24bf0e9a4 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -400,7 +400,7 @@ static const struct helptxt helptext[] = { {" --retry-delay ", "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 ", "Retry only within this period"}, {" --sasl-authzid ",