]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
create-dirs.d: clarify it also uses --output-dirs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 Sep 2023 21:53:07 +0000 (23:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 30 Sep 2023 08:15:54 +0000 (10:15 +0200)
Reported-by: Robert Simpson
Fixes #11991
Closes #11995

docs/cmdline-opts/create-dirs.d

index f137e7d10d8c136e14b5a9673e47e1c659587db0..966b70384ee14252afd6f2b6b444e78c6c69fdad 100644 (file)
@@ -10,9 +10,9 @@ Multi: boolean
 ---
 When used in conjunction with the --output option, curl creates the necessary
 local directory hierarchy as needed. This option creates the directories
-mentioned with the --output option, nothing else. If the --output file name
-uses no directory, or if the directories it mentions already exist, no
-directories are created.
+mentioned with the --output option combined with the path possibly set with
+--output-dir. If the combined output file name uses no directory, or if the
+directories it mentions already exist, no directories are created.
 
 Created directories are made with mode 0750 on unix style file systems.