diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 588535cdf8047738411c11fad7100dea6874b743
parent 7ab1be89275d023cfa62295dffffda617827f9fb
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon,  8 Feb 2021 22:12:14 +0100

change help text

Diffstat:
Mdiary.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diary.c b/diary.c @@ -347,7 +347,7 @@ void usage() { printf(" -r, --range RANGE : RANGE is the number of years to show before/after today's date\n"); printf(" -w, --weekday DAY : First day of the week, 0 = Sun, 1 = Mon, ..., 6 = Sat\n"); printf("\n"); - printf("Full docs and keyboard shortcuts: DIARY(1)\n"); + printf("Full docs and keyboard shortcuts: 'man diary'\n"); printf("or online via: <https://github.com/in0rdr/diary>\n"); }