jrnl/args.py: reformat contributor appreciation

This commit is contained in:
xeruf 2022-08-19 19:58:06 +02:00
parent 5e87ff1ce6
commit e85ca93b50

View file

@ -39,9 +39,9 @@ def parse_args(args=[]):
description="Collect your thoughts and notes without leaving the command line", description="Collect your thoughts and notes without leaving the command line",
epilog=textwrap.dedent( epilog=textwrap.dedent(
""" """
Thank you to all of our contributors! Come see the whole list of code and We gratefully thank all contributors!
financial contributors at https://github.com/jrnl-org/jrnl. And special Come see the whole list of code and financial contributors at https://github.com/jrnl-org/jrnl
thanks to Bad Lip Reading for the Yoda joke in the Writing section above.""" And special thanks to Bad Lip Reading for the Yoda joke in the Writing section above :)"""
), ),
) )