diff options
Diffstat (limited to 'docs/cmdline-opts/retry.d')
-rw-r--r-- | docs/cmdline-opts/retry.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/retry.d b/docs/cmdline-opts/retry.d index 6238383fe..c4385f73d 100644 --- a/docs/cmdline-opts/retry.d +++ b/docs/cmdline-opts/retry.d @@ -4,6 +4,7 @@ Added: 7.12.3 Help: Retry request if transient problems occur Category: curl Example: --retry 7 $URL +See-also: retry-max-time --- If a transient error is returned when curl tries to perform a transfer, it will retry this number of times before giving up. Setting the number to 0 |