mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:07:19 +03:00
retry-all-errors.d: make the example complete
... as it needs --retry too to work
This commit is contained in:
parent
05f899c842
commit
8f2fb3cdbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue