From e00d169cef24f4a21cab001074e168aa0438ec78 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 17:16:37 +0200 Subject: [PATCH] Change reminsice help (since it also shows today's entries) --- jrnl/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index 956fb74b9..406ed72fe 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -180,7 +180,7 @@ def parse_args(args=[]): "-reminisce", dest="reminisce", action="store_true", - help="Show entries of today in previous years", + help="Show entries of today over the years", ) reading.add_argument( "-month",