mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +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
|
|
@ -18,7 +18,7 @@ Example:
|
|||
|
||||
# `--proxy-http2`
|
||||
|
||||
Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might
|
||||
still only offer HTTP/1 and then curl sticks to using that version.
|
||||
Negotiate HTTP/2 with an HTTPS proxy. The proxy might still only offer HTTP/1
|
||||
and then curl sticks to using that version.
|
||||
|
||||
This has no effect for any other kinds of proxies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue