mirror of
https://github.com/curl/curl.git
synced 2026-08-09 18:24:18 +03:00
cmdline-opts: language cleanups
Use imperative mood consistently for the first sentence describing an option. "Set this" instead "tell curl to set" or "this sets..." Plus some extra cleanups and rephrasing. Closes #13106
This commit is contained in:
parent
451a7a7aa2
commit
e7219c2bdc
110 changed files with 332 additions and 347 deletions
|
|
@ -15,9 +15,9 @@ Example:
|
|||
|
||||
# `--haproxy-protocol`
|
||||
|
||||
Send a HAProxy PROXY protocol v1 header at the beginning of the
|
||||
connection. This is used by some load balancers and reverse proxies to
|
||||
indicate the client's true IP address and port.
|
||||
Send a HAProxy PROXY protocol v1 header at the beginning of the connection.
|
||||
This is used by some load balancers and reverse proxies to indicate the
|
||||
client's true IP address and port.
|
||||
|
||||
This option is primarily useful when sending test requests to a service that
|
||||
expects this header.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue