aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-08 21:04:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-08 21:04:46 +0000
commitc6efb8252632e8a344c0839e80f4aa830e8a0db2 (patch)
tree137d6822d6872716813125a6f6bbdd2fb5a85773 /docs/curl.1
parent5abfdc0140df0977b02506d16796f616158bfe88 (diff)
the next release is now called 7.19.0
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 5c0a5a084..15a338666 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl 1 "5 June 2008" "Curl 7.18.3" "Curl Manual"
+.TH curl 1 "5 June 2008" "Curl 7.19.0" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -103,7 +103,7 @@ In general, all boolean options are enabled with --option and yet again
disabled with --\fBno-\fPoption. That is, you use the exact same option name
but prefix it with "no-". However, in this list we mostly only list and show
the --option version of them. (This concept with --no options was added in
-7.18.3. Previously most options were toggled on/off on repeated use of the
+7.19.0. Previously most options were toggled on/off on repeated use of the
same command line option.)
.IP "-a/--append"
(FTP) When used in an FTP upload, this will tell curl to append to the target
@@ -289,14 +289,14 @@ away. EPRT and LPRT are extensions to the original FTP protocol, may not work
on all servers but enable more functionality in a better way than the
traditional PORT command.
-Since curl 7.18.3, \fB--eprt\fP can be used to explicitly enable EPRT again
+Since curl 7.19.0, \fB--eprt\fP can be used to explicitly enable EPRT again
and \fB--no-eprt\fP is an alias for \fB--disable-eprt\fP.
.IP "--disable-epsv"
(FTP) Tell curl to disable the use of the EPSV command when doing passive FTP
transfers. Curl will normally always first attempt to use EPSV before PASV,
but with this option, it will not try using EPSV.
-Since curl 7.18.3, \fB--epsv\fP can be used to explicitly enable EPRT again
+Since curl 7.19.0, \fB--epsv\fP can be used to explicitly enable EPRT again
and \fB--no-epsv\fP is an alias for \fB--disable-epsv\fP.
.IP "-D/--dump-header <file>"
Write the protocol headers to the specified file.