diff options
author | Борис Верховский <boris.verk@gmail.com> | 2021-07-11 16:56:23 -0600 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-07-12 23:22:19 +0200 |
commit | f410b9e538129e77607fef1894f96c684a7c8c3b (patch) | |
tree | 810a1877505973f758d4ea1351e8cff22cf76e56 /src | |
parent | 02dfce18375ce3461d4126aa594a3e351622c8ff (diff) | |
download | curl-f410b9e538129e77607fef1894f96c684a7c8c3b.tar.gz |
tool_help: Document that --tlspassword takes a password
Closes #7378
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
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>", |