aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-02-16 13:24:48 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-02-16 13:24:48 +0100
commit4bf3131979a6380fe1de073cb156341a5be32234 (patch)
treec5c5ee62884056072c28e02335e6fc5f791d46c1 /docs/curl.1
parent5c409d03ec637e3040ab461ab105dd16740b441e (diff)
--mail-auth documented
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 4520e1b18..e5f8aa6e4 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH curl 1 "14 April 2009" "Curl 7.21.6" "Curl Manual"
+.TH curl 1 "16 February 2012" "Curl 7.25.0" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -806,6 +806,12 @@ useful for preventing your batch jobs from hanging for hours due to slow
networks or links going down. See also the \fI--connect-timeout\fP option.
If this option is used several times, the last one will be used.
+.IP "--mail-auth <address>"
+(SMTP) Specify a single address. This will be used to specify the
+authentication address (identity) of a submitted message that is being relayed
+to another server.
+
+(Added in 7.25.0)
.IP "--mail-from <address>"
(SMTP) Specify a single address that the given mail should get sent from.