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
|
||||
# License: ISC
|
||||
|
||||
import textwrap
|
||||
import sys
|
||||
import re
|
||||
import argparse
|
||||
import re
|
||||
import sys
|
||||
import textwrap
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
@ -87,9 +87,9 @@ def main() -> None:
|
|||
description="Heuristic formatter for plain text email. Preserves markup, signoffs, and signature blocks.",
|
||||
epilog="""
|
||||
Author : Daniel Fichtinger
|
||||
Repository: https://git.sr.ht/~ficd/mailfmt
|
||||
Repository: https://git.ficd.sh/ficd/mailfmt
|
||||
License : ISC
|
||||
Contact : daniel@ficd.ca
|
||||
Contact : daniel@ficd.sh
|
||||
""",
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue