cmdline-opts/ech.md: shorten the help text

To make --help look sensible again

Closes #13894
This commit is contained in:
Daniel Stenberg 2024-06-05 13:44:02 +02:00
parent 5bfd0cd9b8
commit ad837e9df8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View 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

View 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",