diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-05-12 03:12:13 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-05-12 03:12:55 -0400 |
commit | 79d60a928218cd117d76aa5019b77702f29a17a1 (patch) | |
tree | d3fb9b817e711329393327554c01e5b4788039ab /docs | |
parent | a9021716cc207f7e88356a6c43f5d7b021660c9d (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/retry-all-errors.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index e0f662819..4554f5938 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. |