updated repo link in help text
This commit is contained in:
parent
9c6ae12284
commit
f490e10f1f
1 changed files with 5 additions and 5 deletions
10
mailfmt.py
10
mailfmt.py
|
@ -11,10 +11,10 @@
|
||||||
# Author: Daniel Fichtinger
|
# Author: Daniel Fichtinger
|
||||||
# License: ISC
|
# License: ISC
|
||||||
|
|
||||||
import textwrap
|
|
||||||
import sys
|
|
||||||
import re
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import re
|
||||||
|
import sys
|
||||||
|
import textwrap
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
@ -87,9 +87,9 @@ def main() -> None:
|
||||||
description="Heuristic formatter for plain text email. Preserves markup, signoffs, and signature blocks.",
|
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
|
Repository: https://git.ficd.sh/ficd/mailfmt
|
||||||
License : ISC
|
License : ISC
|
||||||
Contact : daniel@ficd.ca
|
Contact : daniel@ficd.sh
|
||||||
""",
|
""",
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue