diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-07 17:25:40 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-07 17:27:47 +0100 |
commit | 5f68fa48974f64286a7aba3f0fb80970745f993e (patch) | |
tree | 82845807a7d53327e7a8ee8b92dcaf07a68f1d30 | |
parent | 6f8085ca77d9572f902e52702d86c83b220736a7 (diff) |
tool_help: Fixed missing --login-options option
...and removed ;OPTIONS from --user as that functionality was removed
in 7.34.0.
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index cbe644419..1d424cbb1 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -126,6 +126,7 @@ static const char *const helptext[] = { " --local-port RANGE Force use of these local port numbers", " -L, --location Follow redirects (H)", " --location-trusted like --location and send auth to other hosts (H)", + " --login-options OPTIONS Server login options (IMAP, POP3, SMTP)", " -M, --manual Display the full manual", " --mail-from FROM Mail from this address (SMTP)", " --mail-rcpt TO Mail to this/these addresses (SMTP)", @@ -224,8 +225,7 @@ 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][;OPTIONS] Server user, password and login" - " options", + " -u, --user USER[:PASSWORD] Server user and password", " --tlsuser USER TLS username", " --tlspassword STRING TLS password", " --tlsauthtype STRING TLS authentication type (default SRP)", |