Follow-up to parent
3183217 which added add missing <mode> argument to
--create-file-mode <mode>.
Ref: https://github.com/curl/curl/issues/6590
<stdout mode="text">
Usage: curl [options...] <url>
file: FILE protocol options
- --create-file-mode File mode for created files
+ --create-file-mode <mode> File mode (octal) for created files
-I, --head Show document info only
-r, --range <range> Retrieve only the bytes within RANGE
</stdout>
<stdout mode="text">
Usage: curl [options...] <url>
file: FILE protocol options
- --create-file-mode File mode for created files
+ --create-file-mode <mode> File mode (octal) for created files
-I, --head Show document info only
-r, --range <range> Retrieve only the bytes within RANGE
</stdout>