From c9c6e7efc17f7f706f5b2318aeb8ba09629149ea Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 31 Jul 2021 11:43:19 -0700 Subject: [PATCH] Fix typo in --help (#1309) --- jrnl/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index c8bd7743..972fe802 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -331,7 +331,7 @@ def parse_args(args=[]): Examples: \n \t - Use a different editor for this jrnl entry, call: \n - \t jrnl --config-override editor: "nano" \n + \t jrnl --config-override editor "nano" \n \t - Override color selections\n \t jrnl --config-override colors.body blue --config-override colors.title green """,