]> git.ipfire.org Git - thirdparty/curl.git/commit
tool: fix the listhelp generation command
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 10:14:29 +0000 (11:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 12:54:26 +0000 (13:54 +0100)
commit52c4d8d3f4dba56b0edd7add1195a455eb58fddd
treef95f0239363acf8e0bbf7f834dab29ab6ce5928a
parent879a44084f9d49b6f823614b118e6e4dc3fd3b44
tool: fix the listhelp generation command

The previous command line to generate the tool_listhelp.c source file
broke with 2494b8dd5175cee7.

Make 'make listhelp' invoked in src/ generate it. Also update the
comment in the file to mention the right procedure.

Closes #12786
docs/cmdline-opts/Makefile.am
docs/cmdline-opts/gen.pl
src/Makefile.am
src/tool_listhelp.c