diff options
author | Ԝеѕ <5124946+wesinator@users.noreply.github.com> | 2019-02-28 15:59:13 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-01 09:26:33 +0100 |
commit | 8f105b053445eafddbbc572c53799fb39702eaaf (patch) | |
tree | 3dd7556d93d450f961d437c89c571ababbd1bc66 /docs/cmdline-opts/max-redirs.d | |
parent | 14c95f8101f899b44da381bfe74668008093322b (diff) | |
download | curl-8f105b053445eafddbbc572c53799fb39702eaaf.tar.gz |
docs: update max-redirs.d phrasing
clarify redir - "in absurdum" doesn't seem to make sense in this context
Closes #3631
Diffstat (limited to 'docs/cmdline-opts/max-redirs.d')
-rw-r--r-- | docs/cmdline-opts/max-redirs.d | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/cmdline-opts/max-redirs.d b/docs/cmdline-opts/max-redirs.d index 04b824bd2..a97860a8b 100644 --- a/docs/cmdline-opts/max-redirs.d +++ b/docs/cmdline-opts/max-redirs.d @@ -4,8 +4,7 @@ Help: Maximum number of redirects allowed Protocols: HTTP --- Set maximum number of redirection-followings allowed. When --location is used, -is used to prevent curl from following redirections \&"in absurdum". By -default, the limit is set to 50 redirections. Set this option to -1 to make it -unlimited. +is used to prevent curl from following redirections too much. By default, the +limit is set to 50 redirections. Set this option to -1 to make it unlimited. If this option is used several times, the last one will be used. |