]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_help: add missing argument for --create-file-mode
authorJay Satiro <raysatiro@yahoo.com>
Wed, 10 Feb 2021 19:10:49 +0000 (14:10 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 10 Feb 2021 19:10:49 +0000 (14:10 -0500)
commit3183217246287eca61f762ce71be26656850a13f
treecf60ce9d9c5ed1911f9d66c454965716a4c39878
parent41863a94b5ae241291dfb038cde304826fcfb2a1
tool_help: add missing argument for --create-file-mode

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 https://github.com/curl/curl/issues/6590
src/tool_help.c