From f491c07a7575046b53f731639d01edd1f140a947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 18 Nov 2017 15:58:54 +0100 Subject: [PATCH] Fix usage message. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- lexer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexer/main.c b/lexer/main.c index d3f086e..9d49b77 100644 --- a/lexer/main.c +++ b/lexer/main.c @@ -33,7 +33,7 @@ void do_syntactic_analysis() { void print_usage(const char* name) { fprintf(stdout,"Usage: %s [options]\n" "Where [options] are:\n" - " -h, --help: display this help text\n" + " -h, --help: display this help message\n" " -l, --lexical-only: do only the lexical analysis\n" " -i, --input: use as input file instead of standard input\n" " -o, --output: use as output file instead of standard output\n", -- 2.34.1