From 4ccb5e84d569433410cb25f975f53d409b183ffb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 16 Jul 2021 02:50:22 -0400 Subject: [PATCH] create-file-mode.d: mention what happens when used multiple times Closes https://github.com/curl/curl/pull/7407 --- docs/cmdline-opts/create-file-mode.d | 2 ++ 1 file changed, 2 insertions(+) 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.