aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-09-20 21:20:16 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-09-20 21:35:44 +0100
commit0e188e2dc339c6667eb954682a2bf768c6419aa9 (patch)
treef60e809269d54deef7c3470fdd189874ff9ca4c0 /src/tool_help.c
parenteecb0e969f42753f46e51a33e53bd0e10ee8ed80 (diff)
curl: Added clarification to the --mail options in the --help output
... that these options apply to SMTP only.
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 81ac89726..bd3cbb8a9 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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",