create-file-mode.d: mention what happens when used multiple times

Closes https://github.com/curl/curl/pull/7407
This commit is contained in:
Josh Soref 2021-07-16 02:50:22 -04:00 committed by Jay Satiro
parent 5a90c77cb6
commit 4ccb5e84d5
1 changed files with 2 additions and 0 deletions

View File

@ -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.