If you create and distribute an executable for linux/unix, and you don't create a man page for it, you are committing a crime against humanity.
I agree.
And it's so easy to do! As long as your program has a --help option, creating the manpage simply amounts to calling help2man. Just add this to your makefile:
Comments
I agree.
And it's so easy to do! As long as your program has a --help option, creating the manpage simply amounts to calling help2man. Just add this to your makefile: