From a053560cfa7d1adb98c833384096fdcf9296b8d2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 16 Feb 2012 13:19:47 +0100 Subject: curl: Added support for --mail-auth Added an extra command-line argument to support the optional AUTH parameter in SMTPs MAIL FROM command. --- src/tool_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_help.c') 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", -- cgit v1.2.3