aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-28 23:33:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-29 00:31:37 +0200
commit9b1ed2ea8e0398085910dddaf40876e63978d8d8 (patch)
treeb7b4304a8218a93fbaae23d26e39e995611efdc8 /src/tool_help.c
parentc6eb7b63016871120f1bda2c417c95252f0106be (diff)
curl: mention --ntlm-wb in -h list
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index c2318e32f..cd8b9b443 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -155,6 +155,7 @@ static const char *const helptext[] = {
" --no-sessionid Disable SSL session-ID reusing (SSL)",
" --noproxy List of hosts which do not use proxy",
" --ntlm Use HTTP NTLM authentication (H)",
+ " --ntlm-wb Use HTTP NTLM authentication with winbind (H)",
" --oauth2-bearer TOKEN OAuth 2 Bearer Token (IMAP, POP3, SMTP)",
" -o, --output FILE Write to FILE instead of stdout",
" --pass PASS Pass phrase for the private key (SSL/SSH)",