From 22461f5c973e2c2693e70174c0ed94d0761974b9 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Jun 2025 14:29:30 -0400 Subject: [PATCH] updated help menu --- mailfmt.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mailfmt.py b/mailfmt.py index e8d1f7a..dba3722 100755 --- a/mailfmt.py +++ b/mailfmt.py @@ -84,11 +84,12 @@ def main() -> None: return False 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=""" -Author : Daniel Fichtinger -License: ISC -Contact: daniel@ficd.ca +Author : Daniel Fichtinger +Repository: https://git.sr.ht/~ficd/mailfmt +License : ISC +Contact : daniel@ficd.ca """, formatter_class=argparse.RawDescriptionHelpFormatter, )