tool_help: Added login options to --user description
authorSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 19:11:48 +0000 (20:11 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 19:11:48 +0000 (20:11 +0100)
src/tool_help.c

index 66a69ac..7e55761 100644 (file)
@@ -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)",