From 24231a48efe5293005135ed4cfc5b296e7a773f4 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Sun, 25 Dec 2022 13:21:58 +0300 Subject: [PATCH] docs(cli): correct help message --- src/cli.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cli.c b/src/cli.c index bc9f3d0..c1e975a 100644 --- a/src/cli.c +++ b/src/cli.c @@ -294,13 +294,13 @@ int cli(int argc, char **argv) { switch (opt) { case 'h': printf( - HIGHLIGHT("(C) Masahiko AMANO aka H1K0, 2022\n(https://github.com/H1K0/tanabata)\n\n") + HIGHLIGHT("(C) Masahiko AMANO aka H1K0, 2022—present\n(https://github.com/H1K0/tanabata)\n\n") HIGHLIGHT("Usage:\n") "tfm \n\n" HIGHLIGHT("Options:\n") HIGHLIGHT("-h")" Print this help and exit\n" - HIGHLIGHT("-I ")" Initialize Tanabata database in directory \n" - HIGHLIGHT("-O ")" Open Tanabata database from directory \n" + HIGHLIGHT("-I ")" Initialize new Tanabata database in directory \n" + HIGHLIGHT("-O ")" Open existing Tanabata database from directory \n" HIGHLIGHT("-a")" View all\n" HIGHLIGHT("-s")" Set or add\n" HIGHLIGHT("-u")" Unset or remove\n"