summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/parallel.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-28 17:41:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-28 22:53:20 +0200
commit9f488fac18bbca2380674625df0783699248450f (patch)
tree4266ac778ad3374c8138edf23e0582f1576f305d /docs/cmdline-opts/parallel.d
parent21e090369e433624b49c406e59397f3dd063bb33 (diff)
downloadcurl-9f488fac18bbca2380674625df0783699248450f.tar.gz
curl.1: mention "global" flags
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
Diffstat (limited to 'docs/cmdline-opts/parallel.d')
-rw-r--r--docs/cmdline-opts/parallel.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/parallel.d b/docs/cmdline-opts/parallel.d
index d6b4affe3..d49158c24 100644
--- a/docs/cmdline-opts/parallel.d
+++ b/docs/cmdline-opts/parallel.d
@@ -6,3 +6,6 @@ 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.