From fcd06ef09f9cae7635916e6802b99f908493ee30 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sun, 25 Jul 2021 15:58:44 -0700 Subject: [PATCH] Fix typo in args doc --- 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 """,