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

@ -19,7 +19,7 @@ Example:
# `--parallel`
Makes curl perform all transfers in parallel as compared to the regular serial
Make curl perform all transfers in parallel as compared to the regular serial
manner. Parallel transfer means that curl runs up to N concurrent transfers
simultaneously and if there are more than N transfers to handle, it starts new
ones when earlier transfers finish.