]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts/ech.md: shorten the help text
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 11:44:02 +0000 (13:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 11:58:48 +0000 (13:58 +0200)
To make --help look sensible again

Closes #13894

docs/cmdline-opts/ech.md
src/tool_listhelp.c

index 5c76f5bf2011f94079dcc2d2ea96ee781f141406..e1f605da2ed5e97b683fab45a37138694de13e83 100644 (file)
@@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl
 Long: ech
 Arg: <config>
-Help: Configure Encrypted Client Hello (ECH) for use with the TLS session
+Help: Configure ECH
 Added: 8.8.0
 Category: tls ECH
 Protocols: HTTPS
index 593ae031af41af0dc93af048a0039127834ba8d3..df05de31c257dacd966b44718a5664733b3d840f 100644 (file)
@@ -169,7 +169,7 @@ const struct helptxt helptext[] = {
    "Write the received headers to <filename>",
    CURLHELP_HTTP | CURLHELP_FTP},
   {"    --ech <config>",
-   "Configure Encrypted Client Hello (ECH) for use with the TLS session",
+   "Configure ECH",
    CURLHELP_TLS | CURLHELP_ECH},
   {"    --egd-file <file>",
    "EGD socket path for random data",