summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-07-16 02:50:22 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-07-20 01:59:52 -0400
commit4ccb5e84d569433410cb25f975f53d409b183ffb (patch)
tree432c44cde4de65eb7da32f170c0f53c73a9fd42c /docs/cmdline-opts
parent5a90c77cb696925793d25f275c78ce881c4664e3 (diff)
downloadcurl-4ccb5e84d569433410cb25f975f53d409b183ffb.tar.gz
create-file-mode.d: mention what happens when used multiple times
Closes https://github.com/curl/curl/pull/7407
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/create-file-mode.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/create-file-mode.d b/docs/cmdline-opts/create-file-mode.d
index a03c74ac3..275fc6c21 100644
--- a/docs/cmdline-opts/create-file-mode.d
+++ b/docs/cmdline-opts/create-file-mode.d
@@ -11,3 +11,5 @@ protocols, this option allows the user to set which 'mode' to set on the file
at creation time, instead of the default 0644.
This option takes an octal number as argument.
+
+If this option is used several times, the last one will be used.