summaryrefslogtreecommitdiff
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
parent02dfce18375ce3461d4126aa594a3e351622c8ff (diff)
downloadcurl-f410b9e538129e77607fef1894f96c684a7c8c3b.tar.gz
tool_help: Document that --tlspassword takes a password
Closes #7378 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-rw-r--r--docs/cmdline-opts/tlspassword.d1
-rw-r--r--src/tool_help.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/tlspassword.d b/docs/cmdline-opts/tlspassword.d
index 5c6a0fa51..e7e37805c 100644
--- a/docs/cmdline-opts/tlspassword.d
+++ b/docs/cmdline-opts/tlspassword.d
@@ -1,4 +1,5 @@
Long: tlspassword
+Arg: <string>
Help: TLS password
Added: 7.21.4
Category: tls auth
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>",