From: Daniel Stenberg Date: Tue, 7 Dec 2021 09:10:51 +0000 (+0100) Subject: retry-all-errors.d: make the example complete X-Git-Tag: curl-7_81_0~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f2fb3cdbd5c6513f66107bba5ef812f13059e9b;p=thirdparty%2Fcurl.git retry-all-errors.d: make the example complete ... as it needs --retry too to work --- 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.