aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-23 17:19:45 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-26 20:42:30 +0000
commit1a9b58fcb2264c942ea56691fd3ad1228ee1fcb0 (patch)
tree1925300caf3238d7eb460dfe01d74c8b53fd6402 /docs
parent3228deff400a88ae752e86805c76c53ca1476acf (diff)
tool_getparam: Added initial support for --next/-:
Added initial support for --next/-: which will be used to replace the rather confusing : command line operation what was used for the URL specific options prototype.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.15
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index f0adf826e..82431bde0 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -124,6 +124,11 @@ same command line option.)
.IP "-#, --progress-bar"
Make curl display progress as a simple progress bar instead of the standard,
more informational, meter.
+.IP "-:, --next"
+Tells curl to use a separate operation for the following URL and associated
+options. This allows you to send several URL requests, each with their own
+specific options, for example, such as different user names or custom requests
+for each. (Added in 7.36.0)
.IP "-0, --http1.0"
(HTTP) Tells curl to use HTTP version 1.0 instead of using its internally
preferred: HTTP 1.1.