tcc help output for the -xc -xa - options

This commit is contained in:
seyko 2015-10-24 23:39:17 +03:00
parent 003c532bf3
commit f3ce1be333
1 changed files with 2 additions and 0 deletions

2
tcc.c
View File

@ -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"