mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43: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
|
|
@ -15,7 +15,7 @@ Example:
|
|||
|
||||
# `--no-buffer`
|
||||
|
||||
Disables the buffering of the output stream. In normal work situations, curl
|
||||
Disable the buffering of the output stream. In normal work situations, curl
|
||||
uses a standard buffered output stream that has the effect that it outputs the
|
||||
data in chunks, not necessarily exactly when the data arrives. Using this
|
||||
option disables that buffering.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue