From: Борис Верховский Date: Sun, 11 Jul 2021 22:56:23 +0000 (-0600) Subject: tool_help: Document that --tlspassword takes a password X-Git-Tag: curl-7_78_0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f410b9e538129e77607fef1894f96c684a7c8c3b;p=thirdparty%2Fcurl.git tool_help: Document that --tlspassword takes a password Closes #7378 Reviewed-by: Daniel Stenberg --- diff --git a/docs/cmdline-opts/tlspassword.d b/docs/cmdline-opts/tlspassword.d index 5c6a0fa51b..e7e37805c0 100644 --- a/docs/cmdline-opts/tlspassword.d +++ b/docs/cmdline-opts/tlspassword.d @@ -1,4 +1,5 @@ Long: tlspassword +Arg: Help: TLS password Added: 7.21.4 Category: tls auth diff --git a/src/tool_help.c b/src/tool_help.c index 62ebf3417c..1fcbc1bc3e 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -787,7 +787,7 @@ static const struct helptxt helptext[] = { {" --tlsauthtype ", "TLS authentication type", CURLHELP_TLS | CURLHELP_AUTH}, - {" --tlspassword", + {" --tlspassword ", "TLS password", CURLHELP_TLS | CURLHELP_AUTH}, {" --tlsuser ",