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

@ -21,5 +21,5 @@ application/x-www-form-urlencoded. If you want the data to be treated as
arbitrary binary data by the server then set the content-type to octet-stream:
-H "Content-Type: application/octet-stream".
If this option is used several times, the ones following the first will append
If this option is used several times, the ones following the first append
data as described in --data.