help2man
all
Produce simple man pages from an executable's `--help` and `--version` output.
More info →Options (3)
-n, --namebooleanSpecify the "name" paragraph in the man page
Example:
help2man {{executable}} {{[-n|--name]}} {{name}}-s, --sectionbooleanSpecify the section for the man page (defaults to 1)
Example:
help2man {{executable}} {{[-s|--section]}} {{section}}-o, --outputbooleanOutput to a file instead of `stdout`
Example:
help2man {{executable}} {{[-o|--output]}} {{path/to/file}}Examples (5)
Generate a man page for an executable
help2man executableSpecify the "name" paragraph in the man page
help2man executable [-n|--name] nameSpecify the section for the man page (defaults to 1)
help2man executable [-s|--section] sectionOutput to a file instead of `stdout`
help2man executable [-o|--output] path/to/fileDisplay help
help2man --helpmade by @shridhargupta | data from tldr-pages