Forrest logo
back to context overview

help2man

List of commands for help2man:

  • help2man:tldr:0a1ea help2man: Specify the "name" paragraph in the man page.
    $ help2man ${executable} --name ${name}
    try on your machine
    explain this command
  • help2man:tldr:1da9a help2man: Display detailed help.
    $ help2man --help
    try on your machine
    explain this command
  • help2man:tldr:598e0 help2man: Generate a man page for an executable.
    $ help2man ${executable}
    try on your machine
    explain this command
  • help2man:tldr:76ba4 help2man: Specify the section for the man page (defaults to 1).
    $ help2man ${executable} --section ${section}
    try on your machine
    explain this command
  • help2man:tldr:b3ac0 help2man: Output to a file instead of `stdout`.
    $ help2man ${executable} --output ${filename}
    try on your machine
    explain this command
back to context overview