updated help menu
This commit is contained in:
parent
df27780c1e
commit
22461f5c97
1 changed files with 5 additions and 4 deletions
|
@ -84,9 +84,10 @@ 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
|
||||||
|
Repository: https://git.sr.ht/~ficd/mailfmt
|
||||||
License : ISC
|
License : ISC
|
||||||
Contact : daniel@ficd.ca
|
Contact : daniel@ficd.ca
|
||||||
""",
|
""",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue