tool_help: Document that --tlspassword takes a password

Closes #7378
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Борис Верховский 2021-07-11 16:56:23 -06:00 committed by Daniel Gustafsson
parent 02dfce1837
commit f410b9e538
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Long: tlspassword
Arg: <string>
Help: TLS password
Added: 7.21.4
Category: tls auth

View File

@ -787,7 +787,7 @@ static const struct helptxt helptext[] = {
{" --tlsauthtype <type>",
"TLS authentication type",
CURLHELP_TLS | CURLHELP_AUTH},
{" --tlspassword",
{" --tlspassword <string>",
"TLS password",
CURLHELP_TLS | CURLHELP_AUTH},
{" --tlsuser <name>",