summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/retry-max-time.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-26 08:46:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-26 14:27:07 +0100
commit76d6e719d9545cdb95fb4473cc3899a1612cb996 (patch)
tree4b98bd382c6da5283840ffe437a6c541d06c5ccd /docs/cmdline-opts/retry-max-time.d
parent0d380a853f68be2537c6d9527e28a8a806ee1567 (diff)
downloadcurl-76d6e719d9545cdb95fb4473cc3899a1612cb996.tar.gz
docs: address proselint nits
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
Diffstat (limited to 'docs/cmdline-opts/retry-max-time.d')
-rw-r--r--docs/cmdline-opts/retry-max-time.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/retry-max-time.d b/docs/cmdline-opts/retry-max-time.d
index 260ad4bad..88ce20f7d 100644
--- a/docs/cmdline-opts/retry-max-time.d
+++ b/docs/cmdline-opts/retry-max-time.d
@@ -10,7 +10,7 @@ The retry timer is reset before the first transfer attempt. Retries will be
done as usual (see --retry) as long as the timer has not reached this given
limit. Notice that if the timer has not reached the limit, the request will be
made and while performing, it may take longer than this given time period. To
-limit a single request's maximum time, use --max-time. Set this option to
+limit a single request's maximum time, use --max-time. Set this option to
zero to not timeout retries.
If this option is used several times, the last one will be used.