docs/cmdline: remove unnecessary line breaks

Closes #12696
This commit is contained in:
Mark Huang 2024-01-14 16:56:00 +08:00 committed by Daniel Stenberg
parent adfffc39a3
commit 3167dab0d5
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@ Category: connection
Example: --connect-to example.com:443:example.net:8443 $URL
Multi: append
---
For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead.
This option is suitable to direct requests at a specific server, e.g. at a
specific cluster node in a cluster of servers. This option is only used to

View file

@ -8,7 +8,6 @@ Example: --tcp-fastopen $URL
See-also: false-start
Multi: boolean
---
Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
allows data to get sent earlier over the connection (before the final
handshake ACK) if the client and server have been connected previously.