From 8f2fb3cdbd5c6513f66107bba5ef812f13059e9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 7 Dec 2021 10:10:51 +0100 Subject: [PATCH] retry-all-errors.d: make the example complete ... as it needs --retry too to work --- docs/cmdline-opts/retry-all-errors.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3