From 9f26d15157a93cd5f53566b17f9209ae5f5981da Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 22 Aug 2020 11:28:44 -0700 Subject: [PATCH] Update app description on help screen --- jrnl/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index 828f612c..69462bc8 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -33,7 +33,7 @@ def parse_args(args=[]): parser = argparse.ArgumentParser( formatter_class=WrappingFormatter, add_help=False, - description="The command-line note-taking and journaling app.", + description="Collect your thoughts and notes without leaving the command line", epilog=textwrap.dedent( """ Thank you to all of our contributors! Come see the whole list of code and