]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_help: Document that --tlspassword takes a password
authorБорис Верховский <boris.verk@gmail.com>
Sun, 11 Jul 2021 22:56:23 +0000 (16:56 -0600)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 12 Jul 2021 21:22:19 +0000 (23:22 +0200)
Closes #7378
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
docs/cmdline-opts/tlspassword.d
src/tool_help.c

index 5c6a0fa51ba09d1e47c864df14e437b7b0cc4f35..e7e37805c0fb7a9fec06cfb4f72f860a4802fa99 100644 (file)
@@ -1,4 +1,5 @@
 Long: tlspassword
+Arg: <string>
 Help: TLS password
 Added: 7.21.4
 Category: tls auth
index 62ebf3417ce2bc452c2f29ee33af4dd6dddf2ecc..1fcbc1bc3e1397a04ba5f5f9e99c1576a3443f00 100644 (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>",