mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:33:08 +03:00
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:
parent
451a7a7aa2
commit
e7219c2bdc
110 changed files with 332 additions and 347 deletions
|
|
@ -16,7 +16,7 @@ Example:
|
|||
|
||||
# `--data-binary`
|
||||
|
||||
This posts data exactly as specified with no extra processing whatsoever.
|
||||
Post data exactly as specified with no extra processing whatsoever.
|
||||
|
||||
If you start the data with the letter @, the rest should be a filename. Data
|
||||
is posted in a similar manner as --data does, except that newlines and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue