Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl man page: --create-file-mode #6590

Closed
ZimCodes opened this issue Feb 10, 2021 · 1 comment
Closed

curl man page: --create-file-mode #6590

ZimCodes opened this issue Feb 10, 2021 · 1 comment

Comments

@ZimCodes
Copy link

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

@jay
Copy link
Member

jay commented Feb 10, 2021

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
jay added a commit that referenced this issue Feb 10, 2021
Follow-up to parent 3183217 which added add missing <mode> argument to
--create-file-mode <mode>.

Ref: #6590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants