From f410b9e538129e77607fef1894f96c684a7c8c3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=91=D0=BE=D1=80=D0=B8=D1=81=20=D0=92=D0=B5=D1=80=D1=85?= =?utf8?q?=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Sun, 11 Jul 2021 16:56:23 -0600 Subject: [PATCH] tool_help: Document that --tlspassword takes a password Closes #7378 Reviewed-by: Daniel Stenberg --- docs/cmdline-opts/tlspassword.d | 1 + src/tool_help.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ", -- 2.47.2