pub const MAN_LONG: &str = "\
Render the manual as man pages, from the same clap definitions `--help` prints, so the \
manual cannot describe a flag the program does not have. With no arguments the main \
`devp(1)` page goes to stdout, ready to pipe into `man -l -`; `--dir` writes the full \
set (`devp.1`, `dev-prune.1`, and one `devp-<command>.1` per subcommand) into a \
directory, ready to copy onto `manpath`.";