From: Daniel Stenberg Date: Wed, 5 Jun 2024 11:44:02 +0000 (+0200) Subject: cmdline-opts/ech.md: shorten the help text X-Git-Tag: curl-8_9_0~285 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad837e9df8bc875abc3dedbc684bbf6a2b291711;p=thirdparty%2Fcurl.git cmdline-opts/ech.md: shorten the help text To make --help look sensible again Closes #13894 --- diff --git a/docs/cmdline-opts/ech.md b/docs/cmdline-opts/ech.md index 5c76f5bf20..e1f605da2e 100644 --- a/docs/cmdline-opts/ech.md +++ b/docs/cmdline-opts/ech.md @@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Long: ech Arg: -Help: Configure Encrypted Client Hello (ECH) for use with the TLS session +Help: Configure ECH Added: 8.8.0 Category: tls ECH Protocols: HTTPS diff --git a/src/tool_listhelp.c b/src/tool_listhelp.c index 593ae031af..df05de31c2 100644 --- a/src/tool_listhelp.c +++ b/src/tool_listhelp.c @@ -169,7 +169,7 @@ const struct helptxt helptext[] = { "Write the received headers to ", CURLHELP_HTTP | CURLHELP_FTP}, {" --ech ", - "Configure Encrypted Client Hello (ECH) for use with the TLS session", + "Configure ECH", CURLHELP_TLS | CURLHELP_ECH}, {" --egd-file ", "EGD socket path for random data",