aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-10-24 23:39:17 +0300
committerseyko <seyko2@gmail.com>2015-10-24 23:39:17 +0300
commitf3ce1be3333aaa05950ec5983d4ec2b6aad7275c (patch)
treeba3122a6ea978c5fe44573346031b42801dde82d
parent003c532bf393fd654d562a82b0b60652eeac908b (diff)
downloadtinycc-f3ce1be3333aaa05950ec5983d4ec2b6aad7275c.tar.gz
tinycc-f3ce1be3333aaa05950ec5983d4ec2b6aad7275c.tar.bz2
tcc help output for the -xc -xa - options
-rw-r--r--tcc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index 704f8bc..9daf6e6 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"