mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
docs/cmdline-opts: use imperative form
Use 'set', not 'sets' etc. For consistency. Closes #16879
This commit is contained in:
parent
3978bd4498
commit
083da46c60
31 changed files with 48 additions and 42 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue