diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:31:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | c6eb7b63016871120f1bda2c417c95252f0106be (patch) | |
tree | 4d0f5f8af0819795fa030653a5256bbbea354da1 | |
parent | 59a09055af69747e895788f6df4b43fc6ae2732a (diff) |
curl: -h output lacked --proxy-header
-rw-r--r-- | src/tool_help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index bb60ba0e3..c2318e32f 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -177,6 +177,7 @@ 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)", + " --proxy-header LINE Pass custom header LINE to proxy (H)", " --proxy-service-name NAME SPNEGO proxy service name", " --service-name NAME SPNEGO service name", " -U, --proxy-user USER[:PASSWORD] Proxy user and password", |