diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 16:02:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 16:04:23 +0100 |
commit | 845522cadb6ac9d357d68bb022a148a8c3be2e6a (patch) | |
tree | 8e49eea5efe813a1d985c8a700025755226a14a3 /src/tool_help.c | |
parent | 642398c6517bac82d80089ecba9c2057a0752d74 (diff) | |
download | curl-845522cadb6ac9d357d68bb022a148a8c3be2e6a.tar.gz |
preproxy: renamed what was added as SOCKS_PROXY
CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY
Added the corresponding --preroxy command line option. Sets a SOCKS
proxy to connect to _before_ connecting to a HTTP(S) proxy.
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 978d8b601..a21a336d9 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -168,6 +168,7 @@ static const char *const helptext[] = { "Do not switch to GET after following a 302 redirect (H)", " --post303 " "Do not switch to GET after following a 303 redirect (H)", + " --preproxy [PROTOCOL://]HOST[:PORT] Proxy before HTTP(S) proxy", " -#, --progress-bar Display transfer progress as a progress bar", " --proto PROTOCOLS Enable/disable PROTOCOLS", " --proto-default PROTOCOL Use PROTOCOL for any URL missing a scheme", |