Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README | LICENSE

commit aa0342c530f644e59e7990312f01e938866b9a44
parent 03ccbe4f3325c6b7b0283ae756057784816428db
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sat, 26 Feb 2022 11:47:00 +0000

Fixed ncom help panel

Diffstat:
Mcom/ncom.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/com/ncom.c b/com/ncom.c @@ -52,8 +52,8 @@ help(char *exename) "-h print this panel & exit\n" "-v print current version & exit\n\n" - "Usage: cat [FILENAME] | %s [-d] [-n] [-b]\n", - " %s [FILENAME] [OPTIONS]\n", + "Usage: cat [FILENAME] | %s [-d] [-n] [-b]\n" + " %s [FILENAME] [OPTIONS]\n", VERSION, exename, exename); exit(EXIT_SUCCESS); }