aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-02-16 13:19:47 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-02-16 13:19:47 +0100
commita053560cfa7d1adb98c833384096fdcf9296b8d2 (patch)
tree1796b306f7b43af93bedb471d338e9a2d0171caf /src/tool_help.c
parent674699b2126ce3a07bbb0a6f1488b934f7f1e5c6 (diff)
curl: Added support for --mail-auth
Added an extra command-line argument to support the optional AUTH parameter in SMTPs MAIL FROM command.
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 222af4225..31ef1d295 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -121,6 +121,7 @@ static const char *const helptext[] = {
" -M, --manual Display the full manual",
" --mail-from FROM Mail from this address",
" --mail-rcpt TO Mail to this receiver(s)",
+ " --mail-auth AUTH Originator address of the original email",
" --max-filesize BYTES Maximum file size to download (H/F)",
" --max-redirs NUM Maximum number of redirects allowed (H)",
" -m, --max-time SECONDS Maximum time allowed for the transfer",