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

@ -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.