summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/parallel-max.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-max.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-max.d')
-rw-r--r--docs/cmdline-opts/parallel-max.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/parallel-max.d b/docs/cmdline-opts/parallel-max.d
index c265b7204..9ec807cdd 100644
--- a/docs/cmdline-opts/parallel-max.d
+++ b/docs/cmdline-opts/parallel-max.d
@@ -8,4 +8,7 @@ Category: connection curl
When asked to do parallel transfers, using --parallel, this option controls
the maximum amount of transfers to do simultaneously.
+This option is global and does not need to be specified for each use of
+--next.
+
The default is 50.