> 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:
https://eddieantonio.ca/blog/2015/12/18/authoring-manpages-i...