From f3ce1be3333aaa05950ec5983d4ec2b6aad7275c Mon Sep 17 00:00:00 2001 From: seyko Date: Sat, 24 Oct 2015 23:39:17 +0300 Subject: [PATCH] tcc help output for the -xc -xa - options --- tcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcc.c b/tcc.c index 704f8bc3..9daf6e66 100644 --- a/tcc.c +++ b/tcc.c @@ -90,6 +90,8 @@ static void help(void) " -vv show included files (as sole argument: show search paths)\n" " -dumpversion\n" " -bench show compilation statistics\n" + " -xc -xa specify type of the next infile\n" + " - use stdin pipe as infile\n" "Preprocessor options:\n" " -Idir add include path 'dir'\n" " -Dsym[=val] define 'sym' with value 'val'\n"