cmdline-opts/ech.md: shorten the help text
To make --help look sensible again Closes #13894
This commit is contained in:
parent
5bfd0cd9b8
commit
ad837e9df8
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user