From 1a9b58fcb2264c942ea56691fd3ad1228ee1fcb0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 23 Feb 2014 17:19:45 +0000 Subject: 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. --- src/tool_help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index 3f93b7736..cbe644419 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -138,6 +138,8 @@ static const char *const helptext[] = { " -n, --netrc Must read .netrc for user name and password", " --netrc-optional Use either .netrc or URL; overrides -n", " --netrc-file FILE Set up the netrc filename to use", + " -: --next " + "Allows the following URL to use a separate set of options", " --no-alpn Disable the ALPN TLS extension (H)", " -N, --no-buffer Disable buffering of the output stream", " --no-keepalive Disable keepalive use on the connection", -- cgit v1.2.3