diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-02 14:40:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-02 14:40:54 +0000 |
commit | 7a74303f3cea8fd9158b2f361a25e532232eae16 (patch) | |
tree | 6e2e832a97b3b423565758410a03b787328eb5e5 /docs | |
parent | 7d9eabb981f41ebfbf1364a39d8bc6de8ae8b591 (diff) |
Nicolas Berloquin's description of his -@/--create-dirs fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 7ce09fe95..074761801 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -425,6 +425,8 @@ or use several variables like: curl http://{site,host}.host[1-5].com -o "#1_#2" You may use this option as many times as you have number of URLs. + +See also the -@ option to create the local directories dynamically. .IP "-O/--remote-name" 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.) @@ -759,6 +761,9 @@ Make curl display progress information as a progress bar instead of the default statistics. If this option is used twice, the second will again disable the progress bar. +.IP "-@/--create-dirs" +When used in conjunction with the -o option, curl will create the necessary +local directory hierarchy as needed. .SH FILES .I ~/.curlrc .RS |