mirror of
https://github.com/curl/curl.git
synced 2026-07-31 09:08:03 +03:00
tool_listhelp: easier to generate with gen.pl
tool_listhelp.c is now a separate file with only the command line --help output, exactly as generated by gen.pl. This makes it easier to generate updates according to what's in the docs/cmdline-opts docs. cd $srcroot/docs/cmdline-opts ./gen.pl listhelp *.d > $srcroot/src/tool_listhelp.c With a configure build, this also works: make -C src listhelp Closes #7787
This commit is contained in:
parent
d10a0af2f3
commit
ffb634d4ef
9 changed files with 862 additions and 790 deletions
|
|
@ -37,7 +37,7 @@ curl file category --help
|
|||
<stdout mode="text">
|
||||
Usage: curl [options...] <url>
|
||||
file: FILE protocol options
|
||||
--create-file-mode <mode> File mode (octal) for created files
|
||||
--create-file-mode <mode> File mode for created files
|
||||
-I, --head Show document info only
|
||||
-r, --range <range> Retrieve only the bytes within RANGE
|
||||
</stdout>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ curl file category --help with lower/upper mix
|
|||
<stdout mode="text">
|
||||
Usage: curl [options...] <url>
|
||||
file: FILE protocol options
|
||||
--create-file-mode <mode> File mode (octal) for created files
|
||||
--create-file-mode <mode> File mode for created files
|
||||
-I, --head Show document info only
|
||||
-r, --range <range> Retrieve only the bytes within RANGE
|
||||
</stdout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue