Commit a4725081 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

-@ is no longer an official shortcut for --create-dirs

parent 1f50f303
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ Use "-C -" to tell curl to automatically find out where/how to resume the
transfer. It then uses the given output/input files to figure that out.

If this option is used several times, the last one will be used.
.IP "---create-dirs"
When used in conjunction with the -o option, curl will create the necessary 
local directory hierarchy as needed.
.IP "--crlf"
(FTP) Convert LF to CRLF in upload. Useful for MVS (OS/390).

@@ -426,7 +429,7 @@ or use several variables like:

You may use this option as many times as you have number of URLs.

See also the -@ option to create the local directories dynamically.
See also the --create-dirs 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.)
@@ -761,9 +764,6 @@ 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