please add a minimal description / usage for sepdebugcrcfix, maybe something that can be extracted to a man page.
https://sourceware.org/pipermail/debugedit/2021-April/000041.html
commit 3b734ed3920de86277d4fdd6135a0e41e798caf9 Author: Mark Wielaard <mark@klomp.org> Date: Thu Apr 29 22:44:41 2021 +0200 sepdebugcrcfix: Add --version, --help and man page. Add --version and --help support to sepdebugcrcfix. Use this to generate a manual page using help2man. * .gitignore: Add sepdebugcrcfix.1 * Makefile.am (dist_man_MANS): Add sepdebugcrcfix.1 (sepdebugcrcfix.1): New make rule. * tools/sepdebugcrcfix.c (version): New static functions. (help): Likewise. (main): Call version or help depending on argc and argv. https://sourceware.org/bugzilla/show_bug.cgi?id=27642 Signed-off-by: Mark Wielaard <mark@klomp.org>