]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
retry-all-errors.d: make the example complete
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Dec 2021 09:10:51 +0000 (10:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Dec 2021 09:10:51 +0000 (10:10 +0100)
... as it needs --retry too to work

docs/cmdline-opts/retry-all-errors.d

index 61946c507e232b396dc6de2babae1b07e7ab4990..37fdfc73194e3d1c5d4dbe3c4749d51e2f7725bf 100644 (file)
@@ -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.