summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2021-05-26 02:55:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-05-26 14:49:52 +0200
commit3976dd67a220309fe505202318c9c99bc952c7d5 (patch)
tree61be50f59df5d9f33030968fca35919082d4a198 /tests/data
parent6043edf3dc263f5f9177a38a7ae6f8b3ba9f2785 (diff)
downloadcurl-3976dd67a220309fe505202318c9c99bc952c7d5.tar.gz
docs: use --max-redirs instead of --max-redir
For consistency. Closes #7130
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test12614
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1261 b/tests/data/test1261
index e60c9cca9..0fc3833a0 100644
--- a/tests/data/test1261
+++ b/tests/data/test1261
@@ -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>