mirror of
https://github.com/curl/curl.git
synced 2026-05-07 02:27:29 +03:00
docs: update max-redirs.d phrasing
clarify redir - "in absurdum" doesn't seem to make sense in this context Closes #3631
This commit is contained in:
parent
14c95f8101
commit
8f105b0534
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue