mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03: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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue