mirror of
https://github.com/curl/curl.git
synced 2026-05-16 17:16:21 +03:00
docs: fix --follow doc typo
Let the singular ~~object~~ subject "option" agree with the verb "set". Closes #21553
This commit is contained in:
parent
4d82423dd3
commit
185e67e1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ set with --request when following redirects as the HTTP specification says.
|
|||
The method string set with --request is used in subsequent requests for the
|
||||
status codes 307 or 308, but may be reset to GET for 301, 302 and 303.
|
||||
|
||||
This is subtly different than --location, as that option always set the custom
|
||||
This is subtly different than --location, as that option always sets the custom
|
||||
method in all subsequent requests independent of response code.
|
||||
|
||||
Restrict which protocols a redirect is accepted to follow with --proto-redir.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue