aboutsummaryrefslogtreecommitdiff
path: root/src/man
Commit message (Collapse)AuthorAge
* fix(help): add `--clean` to `-h` (#20171)Christian Clason2022-09-14
| | | update man file to match
* build: move man/ to src/man/ #19119Justin M. Keyes2022-06-27
Problem: man/ contains source files for manpage generation, it doesn't need to live at the project root. Solution: Move it to src/man/.