docs: add missing parameters for --retry flag

Closes #9848
This commit is contained in:
Zespre Schmidt 2022-11-03 11:20:19 +08:00 committed by Daniel Stenberg
parent 84e2ca7e3c
commit c2fecfbf80
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Long: retry-connrefused
Help: Retry on connection refused (use with --retry)
Added: 7.52.0
Category: curl
Example: --retry-connrefused --retry $URL
Example: --retry-connrefused --retry 7 $URL
See-also: retry retry-all-errors
Multi: boolean
---

View File

@ -5,7 +5,7 @@ Arg: <seconds>
Help: Wait time between retries
Added: 7.12.3
Category: curl
Example: --retry-delay 5 --retry $URL
Example: --retry-delay 5 --retry 7 $URL
See-also: retry
Multi: single
---