summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/http1.0.d
Commit message (Collapse)AuthorAgeFilesLines
* curl.1: provide examples for each optionDaniel Stenberg2021-09-011-0/+1
| | | | | | | | | | | The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
* docs: add categories to all cmdline optsEmil Engler2020-09-041-0/+1
| | | | | | | | Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
* cmdline-opts: support generating the --help outputDaniel Stenberg2016-11-151-0/+1
|
* cmdline-opts: first test version of a new man page generator kitDaniel Stenberg2016-11-131-0/+9
See MANPAGE.md for the description of how this works. Each command line option is now described in a separate .d file.