From e3a0eb50899ab3c25542fdf6300292c2989db499 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Fri, 2 Jul 2021 07:01:13 +0200 Subject: [PATCH] Minor change, help message starts with lowercase as other help strings. --- tcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcc.c b/tcc.c index 5c0a4b6a..e868281d 100644 --- a/tcc.c +++ b/tcc.c @@ -71,9 +71,9 @@ static const char help[] = " -nostdlib do not link with standard crt and libraries\n" " -Bdir set tcc's private include/library dir\n" " -M just output makefile fragment with dependencies\n" - " -MM Like -M but ignore system libs\n" + " -MM like -M but ignore system libs\n" " -MD generate dependency file for make\n" - " -MMD Like -MMD but ignore system libs\n" + " -MMD like -MMD but ignore system libs\n" " -MF file specify dependency file name\n" #if defined(TCC_TARGET_I386) || defined(TCC_TARGET_X86_64) " -m32/64 defer to i386/x86_64 cross compiler\n"