mirror of
https://github.com/curl/curl.git
synced 2026-07-23 06:17:16 +03:00
docs: use --max-redirs instead of --max-redir
For consistency. Closes #7130
This commit is contained in:
parent
6043edf3dc
commit
3976dd67a2
2 changed files with 3 additions and 3 deletions
|
|
@ -27,10 +27,10 @@ This server reply is for testing a simple Location: following
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
'redirect_url' with --location and --max-redir
|
||||
'redirect_url' with --location and --max-redirs
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url}\n' --location --max-redir 0
|
||||
http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url}\n' --location --max-redirs 0
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue