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:
Daniel Stenberg 2024-03-12 10:34:58 +01:00
parent 451a7a7aa2
commit e7219c2bdc
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
110 changed files with 332 additions and 347 deletions

View file

@ -24,7 +24,7 @@ Example:
Sends the specified data in a POST request to the HTTP server, in the same way
that a browser does when a user has filled in an HTML form and presses the
submit button. This makes curl pass the data to the server using the
submit button. This option makes curl pass the data to the server using the
content-type application/x-www-form-urlencoded. Compare to --form.
--data-raw is almost the same but does not have a special interpretation of