diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-02 17:59:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-02 17:59:25 +0200 |
commit | e238253d06199e15f86d860a367b8b9250a7ff7f (patch) | |
tree | 34a97a47e75dd68c7b59da6015979868448f576e /docs | |
parent | c40e85334d343e844009cf2d9aa1d12ca9c7f8fa (diff) |
curl.1: -w filename_effective was introduced in 7.26.0
We never made a 7.25.1 release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f0c941199..668e385ff 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1895,7 +1895,7 @@ The Content-Type of the requested document, if there was any. The ultimate filename that curl writes out to. This is only meaningful if curl is told to write to a file with the \fI--remote-name\fP or \fI--output\fP option. It's most useful in combination with the \fI--remote-header-name\fP -option. (Added in 7.25.1) +option. (Added in 7.26.0) .TP .B ftp_entry_path The initial path curl ended up in when logging on to the remote FTP |