cmdline-docs: use present tense, not future

+ some smaller cleanups

Closes #11821
This commit is contained in:
Daniel Stenberg 2023-09-08 14:32:29 +02:00
parent bfb48e33fb
commit 4600bd3993
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
113 changed files with 394 additions and 399 deletions

View file

@ -13,6 +13,6 @@ Example: --proxy-http2 -x proxy $URL
Multi: boolean
---
Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might
still only offer HTTP/1 and then curl will stick to using that version.
still only offer HTTP/1 and then curl sticks to using that version.
This has no effect for any other kinds of proxies.