diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index 61946c507e..37fdfc7319 100644 --- a/docs/cmdline-opts/retry-all-errors.d +++ b/docs/cmdline-opts/retry-all-errors.d @@ -2,7 +2,7 @@ Long: retry-all-errors Help: Retry all errors (use with --retry) Added: 7.71.0 Category: curl -Example: --retry-all-errors $URL +Example: --retry 5 --retry-all-errors $URL See-also: retry --- Retry on any error. This option is used together with --retry.