summaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorБорис Верховский <boris.verk@gmail.com>2021-07-11 16:56:23 -0600
committerDaniel Gustafsson <daniel@yesql.se>2021-07-12 23:22:19 +0200
commitf410b9e538129e77607fef1894f96c684a7c8c3b (patch)
tree810a1877505973f758d4ea1351e8cff22cf76e56 /src/tool_help.c
parent02dfce18375ce3461d4126aa594a3e351622c8ff (diff)
downloadcurl-f410b9e538129e77607fef1894f96c684a7c8c3b.tar.gz
tool_help: Document that --tlspassword takes a password
Closes #7378 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 62ebf3417..1fcbc1bc3 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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>",