mirror of
https://github.com/curl/curl.git
synced 2026-08-26 23:04:24 +03:00
tool_help: Document that --tlspassword takes a password
Closes #7378 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
02dfce1837
commit
f410b9e538
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
Long: tlspassword
|
Long: tlspassword
|
||||||
|
Arg: <string>
|
||||||
Help: TLS password
|
Help: TLS password
|
||||||
Added: 7.21.4
|
Added: 7.21.4
|
||||||
Category: tls auth
|
Category: tls auth
|
||||||
|
|
|
||||||
|
|
@ -787,7 +787,7 @@ static const struct helptxt helptext[] = {
|
||||||
{" --tlsauthtype <type>",
|
{" --tlsauthtype <type>",
|
||||||
"TLS authentication type",
|
"TLS authentication type",
|
||||||
CURLHELP_TLS | CURLHELP_AUTH},
|
CURLHELP_TLS | CURLHELP_AUTH},
|
||||||
{" --tlspassword",
|
{" --tlspassword <string>",
|
||||||
"TLS password",
|
"TLS password",
|
||||||
CURLHELP_TLS | CURLHELP_AUTH},
|
CURLHELP_TLS | CURLHELP_AUTH},
|
||||||
{" --tlsuser <name>",
|
{" --tlsuser <name>",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue