aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-26 20:11:48 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-10-26 20:11:48 +0100
commit469b42335076b15ccfed1db411d3fadca699c39c (patch)
tree4265069bbce702b62e5b38f3b20cf89eb47d98cf /src
parent0adad076906147ee4ec64d920d1cedb519e36c20 (diff)
tool_help: Added login options to --user description
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c3
1 files changed, 2 insertions, 1 deletions
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)",