Narthex

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

commit 1f661a9184cafd3f45f2b332b97a4e200d410824
parent 31734d435c153606a65f182a8fee841240820b46
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sat, 24 Jul 2021 11:13:02 +0000

Fixed nhance help panel

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

diff --git a/nhance/nhan.c b/nhance/nhan.c @@ -14,7 +14,7 @@ */ -#define VERSION "v1.1" +#define VERSION "v1.2" #define BUFFER_SIZE 256 FILE * @@ -78,9 +78,9 @@ void help(char * exename) "-f Append full capitalization\n" "-h Print this panel & exit\n" "-v Print current version & exit\n\n" - "Usage: cat [FILENAME] | %s [OPTIONS]\n", + "Usage: cat [FILENAME] | %s [OPTIONS]\n" " %s [OPTIONS] [FILENAME]\n", - VERSION, exename); + VERSION, exename, exename); exit(0); }