From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:50:22 +0000 (-0400) Subject: create-file-mode.d: mention what happens when used multiple times X-Git-Tag: curl-7_78_0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ccb5e84d569433410cb25f975f53d409b183ffb;p=thirdparty%2Fcurl.git create-file-mode.d: mention what happens when used multiple times Closes https://github.com/curl/curl/pull/7407 --- diff --git a/docs/cmdline-opts/create-file-mode.d b/docs/cmdline-opts/create-file-mode.d index a03c74ac3c..275fc6c210 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.