]> granicus.if.org Git - curl/commitdiff
-@ is no longer an official shortcut for --create-dirs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Dec 2002 11:13:12 +0000 (11:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Dec 2002 11:13:12 +0000 (11:13 +0000)
docs/curl.1

index 0747618019a25b3711dde45bdc3f62a95ec55761..8b83ea9b18995940a58eb5e04808f8cbc7bee895 100644 (file)
@@ -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