]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
create-dirs.d: mention the mode
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Feb 2020 21:30:45 +0000 (22:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Feb 2020 21:30:45 +0000 (22:30 +0100)
Reported-by: Dan Jacobson
Fixes #4766
Closes #4916

docs/cmdline-opts/create-dirs.d

index 49e22e75a8c8d59a7e626f3194de8a6b58fd36d5..b09d96ca7fe310cbe9aab48f98ca9ea7c32df6ed 100644 (file)
@@ -6,4 +6,6 @@ necessary local directory hierarchy as needed. This option creates the dirs
 mentioned with the --output option, nothing else. If the --output file name
 uses no dir or if the dirs it mentions already exist, no dir will be created.
 
+Created dirs are made with mode 0750 on unix style file systems.
+
 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.