mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
9f488fac18
Mention options that are "global". A global command line option is one that doesn't get reset at --next uses and therefore don't need to be used again. Reported-by: Josh Soref Fixes #7457 Closes #7510
12 lines
272 B
Makefile
12 lines
272 B
Makefile
Short: Z
|
|
Long: parallel
|
|
Help: Perform transfers in parallel
|
|
Added: 7.66.0
|
|
Category: connection curl
|
|
---
|
|
Makes curl perform its transfers in parallel as compared to the regular serial
|
|
manner.
|
|
|
|
This option is global and does not need to be specified for each use of
|
|
--next.
|