diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 07:53:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 07:53:10 +0000 |
commit | fa38839a80fe17d69ce5b234cd55dba25445b8a8 (patch) | |
tree | 825417c7891d50cdeab6077587b0f1169db0b999 | |
parent | d8f109176c909c3cca72c6b23d557b9a30f0c666 (diff) |
document --remote-name-all
-rw-r--r-- | docs/curl.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 129939cd0..caab8d79e 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH curl 1 "5 June 2008" "Curl 7.19.0" "Curl Manual" +.TH curl 1 "10 July 2008" "Curl 7.19.0" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -853,6 +853,11 @@ The remote file name to use for saving is extracted from the given URL, nothing else. You may use this option as many times as you have number of URLs. +.IP "--remote-name-all" +This option changes the default action for all given URLs to be dealt with as +if \fI-O/--remote-name\fP were used for each one. So if you want to disable +that for a specific URL after \fI--remote-name-all\fP has been used, you muse +use "-o -" or \fI--no-remote-name\fP. (Added in 7.19.0) .IP "--pass <phrase>" (SSL/SSH) Pass phrase for the private key |