From: Steve Holme Date: Sat, 26 Oct 2013 19:11:48 +0000 (+0100) Subject: tool_help: Added login options to --user description X-Git-Tag: curl-7_34_0~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469b42335076b15ccfed1db411d3fadca699c39c;p=curl tool_help: Added login options to --user description --- diff --git a/src/tool_help.c b/src/tool_help.c index 66a69ac73..7e5576148 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -215,7 +215,8 @@ static const char *const helptext[] = { " -T, --upload-file FILE Transfer FILE to destination", " --url URL URL to work with", " -B, --use-ascii Use ASCII/text transfer", - " -u, --user USER[:PASSWORD] Server user and password", + " -u, --user USER[:PASSWORD][;OPTIONS] Server user, password and login" + " options", " --tlsuser USER TLS username", " --tlspassword STRING TLS password", " --tlsauthtype STRING TLS authentication type (default SRP)",