Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | cleanup: correct copyright year range on a few files | Daniel Stenberg | |
2020-03-30 | output.d: quote the URL when globbing | Daniel Stenberg | |
Some shells do globbing of their own unless the URL is quoted, so maybe encourage this. Co-authored-by: Jay Satiro Closes #5160 | |||
2018-04-23 | curl.1: clarify that options and URLs can be mixed | Daniel Stenberg | |
Fixes #2515 Closes #2517 | |||
2017-01-07 | docs/page-header: mention how to disable the progress meter | Daniel Stenberg | |
curl.1 is regenerated Fixes #1190 | |||
2016-12-16 | cmdline-opts/page-header: mention it is generated | Daniel Stenberg | |
... to avoid people from trying to edit the pending curl.1 version that gets generated by gen.pl | |||
2016-11-13 | cmdline-opts: first test version of a new man page generator kit | Daniel Stenberg | |
See MANPAGE.md for the description of how this works. Each command line option is now described in a separate .d file. |