summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-07 10:10:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-07 10:10:51 +0100
commit8f2fb3cdbd5c6513f66107bba5ef812f13059e9b (patch)
tree1badd6fbc3646fbb3a86fa46c2f1018ca415d26c
parent05f899c842a4c7f0b2367ecdda0c3ca0694c8eba (diff)
downloadcurl-8f2fb3cdbd5c6513f66107bba5ef812f13059e9b.tar.gz
retry-all-errors.d: make the example complete
... as it needs --retry too to work
-rw-r--r--docs/cmdline-opts/retry-all-errors.d2
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 61946c507..37fdfc731 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.