diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-08 23:39:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-08 23:39:47 +0000 |
commit | ab938bb9bdb273749e521508f3373b5859cc4906 (patch) | |
tree | 36f9c035ff4cf7035a4dbf4e9843d5d89e3996c5 /docs | |
parent | 33820cd2ac6dd785b21a639b93fe9237ce05ac58 (diff) | |
download | curl-ab938bb9bdb273749e521508f3373b5859cc4906.tar.gz |
-O clarification
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 4dc8f0425..515356f6d 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -628,6 +628,9 @@ dynamically. Write output to a local file named like the remote file we get. (Only the file part of the remote file is used, the path is cut off.) +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 "--pass <phrase>" (SSL) Pass phrase for the private key |