docs/cmdline-opts: use imperative form

Use 'set', not 'sets' etc. For consistency.

Closes #16879
This commit is contained in:
Daniel Stenberg 2025-03-31 00:52:07 +02:00
parent 3978bd4498
commit 083da46c60
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
31 changed files with 48 additions and 42 deletions

View file

@ -22,7 +22,7 @@ Example:
# `--data`
Sends the specified data in a POST request to the HTTP server, in the same way
Send 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 option makes curl pass the data to the server using the
content-type application/x-www-form-urlencoded. Compare to --form.