curl man page: --create-file-mode #6590
Closed
Labels
Comments
Thanks |
jay
added a commit
that referenced
this issue
Feb 10, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--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: