From 47a48647182c24f7fa3dab611fdb9bd992523aeb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Aug 2024 21:04:34 +0200 Subject: [PATCH] location: fix typo Follow-up to 5fcf96930efc Bug: https://github.com/curl/curl/pull/14471#pullrequestreview-2244131475 Reported-by: Joshix-1 on github --- docs/cmdline-opts/location.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/location.md b/docs/cmdline-opts/location.md index 57b24ae405..dbdcd5bd47 100644 --- a/docs/cmdline-opts/location.md +++ b/docs/cmdline-opts/location.md @@ -24,8 +24,8 @@ option makes curl redo the request on the new place. If used together with When authentication is used, or send cookie with `-H Cookie:`, curl only sends its credentials to the initial host. If a redirect takes curl to a different -host, it does not get the credentials pass on. See also--location-trusted on -how to change this. +host, it does not get the credentials pass on. See --location-trusted on how +to change this. Limit the amount of redirects to follow by using the --max-redirs option.