mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
16 lines
445 B
Makefile
16 lines
445 B
Makefile
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Short: Z
|
|
Long: parallel
|
|
Help: Perform transfers in parallel
|
|
Added: 7.66.0
|
|
Category: connection curl
|
|
Example: --parallel $URL -o file1 $URL -o file2
|
|
See-also: next verbose
|
|
---
|
|
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.
|