]> granicus.if.org Git - curl/commitdiff
curl: Added clarification to the --mail options in the --help output
authorSteve Holme <steve_holme@hotmail.com>
Fri, 20 Sep 2013 20:20:16 +0000 (21:20 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 20 Sep 2013 20:35:44 +0000 (21:35 +0100)
... that these options apply to SMTP only.

src/tool_help.c

index 81ac897260171e7a3651e983c99193e896ad42d8..bd3cbb8a95c7ea4fcbbd95da8309c9c2a4493499 100644 (file)
@@ -126,9 +126,9 @@ static const char *const helptext[] = {
   " -L, --location      Follow redirects (H)",
   "     --location-trusted like --location and send auth to other hosts (H)",
   " -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",
+  "     --mail-from FROM  Mail from this address (SMTP)",
+  "     --mail-rcpt TO  Mail to this/these addresses (SMTP)",
+  "     --mail-auth AUTH  Originator address of the original email (SMTP)",
   "     --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",