diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-30 00:15:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-30 00:15:44 +0200 |
commit | 22aa34f74589cee68766f9d846e284115e12eb90 (patch) | |
tree | d3fd82c2bf3dd640bb86d45df827a1195c5d9a37 /docs/curl.1 | |
parent | 50129e6a964612e682ba0d240b232617bf617be3 (diff) |
curl.1: --mail-rcpt can be used multiple times
Reported-by: mgendre
Closes #784
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 92012aaeb..0c183c1de 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1073,7 +1073,8 @@ return with exit code 63. files this option has no effect even if the file transfer ends up being larger than this given limit. This concerns both FTP and HTTP transfers. .IP "--mail-rcpt <address>" -(SMTP) Specify a single address, user name or mailing list name. +(SMTP) Specify a single address, user name or mailing list name. Repeat this +option several times to send to multiple recipients. When performing a mail transfer, the recipient should specify a valid email address to send the mail to. (Added in 7.20.0) |