--create-file-mode is an option which takes a [mode] as an argument. Although it is stated in the curl man page, this should also be included in the schema representation as so --create-file-mode [mode].
Unless, of course, this is not how the option is used.
The text was updated successfully, but these errors were encountered:
Prior to this change the required argument was not shown in curl --help.
before:
--create-file-mode File mode for created files
after:
--create-file-mode <mode> File mode (octal) for created files
Reported-by: ZimCodes@users.noreply.github.com
Fixes#6590
--create-file-mode
is an option which takes a [mode] as an argument. Although it is stated in the curl man page, this should also be included in the schema representation as so--create-file-mode [mode]
.Unless, of course, this is not how the option is used.
The text was updated successfully, but these errors were encountered: