From: Daniel Stenberg Date: Thu, 28 Apr 2016 21:33:27 +0000 (+0200) Subject: curl: mention --ntlm-wb in -h list X-Git-Tag: curl-7_49_0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1ed2ea8e0398085910dddaf40876e63978d8d8;p=thirdparty%2Fcurl.git curl: mention --ntlm-wb in -h list --- diff --git a/src/tool_help.c b/src/tool_help.c index c2318e32ff..cd8b9b443e 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)",