diff options
author | Linus Nielsen <linus@haxx.se> | 2015-06-08 10:00:11 +0200 |
---|---|---|
committer | Linus Nielsen <linus@haxx.se> | 2015-06-08 10:00:11 +0200 |
commit | 1a8926d12f416a1d6bc47ab55e38eb73d542128b (patch) | |
tree | 0d59faf7c5f383b72f491d1d0abf7003158c7d71 /src | |
parent | b8673bb9f05013eef1ae413e15ac995e9d215641 (diff) |
help: Add --proxy-service-name and --service-name to the --help output
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 3153fcdd9..46ae341fe 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -174,6 +174,10 @@ static const char *const helptext[] = { " --proxy-negotiate " "Use HTTP Negotiate (SPNEGO) authentication on the proxy (H)", " --proxy-ntlm Use NTLM authentication on the proxy (H)", +#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI) + " --proxy-service-name NAME SPNEGO proxy service name", + " --service-name NAME SPNEGO service name", +#endif " -U, --proxy-user USER[:PASSWORD] Proxy user and password", " --proxy1.0 HOST[:PORT] Use HTTP/1.0 proxy on given port", " -p, --proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)", |