mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:47:21 +03:00
docs: add description of effect of --location-trusted on cookie
Closes #14471
This commit is contained in:
parent
88727f7ed0
commit
5fcf96930e
3 changed files with 15 additions and 9 deletions
|
|
@ -357,7 +357,7 @@ const struct helptxt helptext[] = {
|
|||
"Follow redirects",
|
||||
CURLHELP_HTTP},
|
||||
{" --location-trusted",
|
||||
"As --location, but send auth to other hosts",
|
||||
"As --location, but send secrets to other hosts",
|
||||
CURLHELP_HTTP | CURLHELP_AUTH},
|
||||
{" --login-options <options>",
|
||||
"Server login options",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue