On 25 January 2012 21:57, Mathieu Malaterre <[email protected]> wrote: > Package: help2man > Version: 1.40.5 > Severity: normal > > It would be nice if help2man would support generating man page from > command with - (dash) in the name.
help2man uses the regular expression \S+ to identify the command name from the Usage line in --help output, so should be fine with dashes in the command name. abo-compliance-checker does not produce --help output in a format that help2man expects. See the manual: info help2man -- "--help recommendations" or the output of: cp --help for samples of what is expected. --bod -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

