aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 25330a1..b223d39 100644
--- a/tcc.c
+++ b/tcc.c
@@ -69,7 +69,7 @@ static void help(void)
" -Bdir use 'dir' as tcc internal library and include path\n"
" -MD generate target dependencies for make\n"
" -MF depfile put generated dependencies here\n"
- " -norunsrc Do not compile the file which is the first argument after -run."
+ " -norunsrc Do not compile the file which is the first argument after -run.\n"
);
}