summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-12 10:50:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-12 10:50:43 +0100
commite1c31db43507ed2e69b97c0a2786de9ef8ee5461 (patch)
tree824c78af2f228addf7ed4a9b42a9ec913e6c9540
parent8957e6e4ed4d0841638511e0decf31abf006c6d2 (diff)
downloadcurl-bagder/create-dirs-docs.tar.gz
create-dirs.d: mention the modebagder/create-dirs-docs
Reported-by: Dan Jacobson Fixes #4766
-rw-r--r--docs/cmdline-opts/create-dirs.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/create-dirs.d b/docs/cmdline-opts/create-dirs.d
index 49e22e75a..b09d96ca7 100644
--- a/docs/cmdline-opts/create-dirs.d
+++ b/docs/cmdline-opts/create-dirs.d
@@ -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.