diary

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

commit a643f2f4045ca04302138a17dd66fb61cbf5be29
parent 36d6913bc6da46f8393520fd6573c2d156ae0ec7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  1 Aug 2021 11:04:06 +0200

help text

Diffstat:
Msrc/diary.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/diary.c b/src/diary.c @@ -274,10 +274,10 @@ bool read_config(const char* file_path) { } void usage() { - printf("Usage : diary [OPTION]... [DIRECTORY]...\n"); + printf("Diary v%s: Text-based journaling program\n", DIARY_VERSION); + printf("Edit journal entries from the command line.\n"); printf("\n"); - printf("Diary, journaling TUI (v%s)\n", DIARY_VERSION); - printf("Edit journal entries from the command line\n"); + printf("Usage : diary [OPTION]... [DIRECTORY]...\n"); printf("\n"); printf("Options:\n"); printf(" -v, --version : Print diary version\n");