]> granicus.if.org Git - curl/commit
curl: generate the --help output
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2017 21:30:29 +0000 (23:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2017 21:30:29 +0000 (23:30 +0200)
commit8b2f22ed29dc06eb55941c82c6ee48bdd7542487
tree8e3841c08faa728849237d8bf7c933e23ed25886
parent73afcfc0ae5dc70821d5f1ac0b1f897fd67efe97
curl: generate the --help output

... using the docs/cmdline-opts/gen.pl script, so that we get all the
command line option documentation from the same source.

The generation of the list has to be done manually and pasted into the
source code.

Closes #1465
docs/cmdline-opts/gen.pl
src/tool_help.c
tests/manpage-scan.pl