updated help menu

This commit is contained in:
Daniel Fichtinger 2025-06-21 14:29:30 -04:00
parent df27780c1e
commit 22461f5c97

View file

@ -84,11 +84,12 @@ def main() -> None:
return False return False
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Formatter for plain text email.\n"--no-*" options are NOT passed by default.', description="Heuristic formatter for plain text email. Preserves markup, signoffs, and signature blocks.",
epilog=""" epilog="""
Author : Daniel Fichtinger Author : Daniel Fichtinger
License: ISC Repository: https://git.sr.ht/~ficd/mailfmt
Contact: daniel@ficd.ca License : ISC
Contact : daniel@ficd.ca
""", """,
formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawDescriptionHelpFormatter,
) )