tcc.c: Fix outdated help info for the std option
the std option is no longer ignored -- bye bye ... Detlef Signed-off-by: Detlef Riekenberg <tcc.dev@web.de>
This commit is contained in:
parent
46145af4a1
commit
5d805a90e3
1 changed files with 1 additions and 1 deletions
2
tcc.c
2
tcc.c
|
@ -93,7 +93,7 @@ static const char help2[] =
|
||||||
" -print-search-dirs print search paths\n"
|
" -print-search-dirs print search paths\n"
|
||||||
" -dt with -run/-E: auto-define 'test_...' macros\n"
|
" -dt with -run/-E: auto-define 'test_...' macros\n"
|
||||||
"Ignored options:\n"
|
"Ignored options:\n"
|
||||||
" --param -pedantic -pipe -s -std -traditional\n"
|
" --param -pedantic -pipe -s -traditional\n"
|
||||||
"-W... warnings:\n"
|
"-W... warnings:\n"
|
||||||
" all turn on some (*) warnings\n"
|
" all turn on some (*) warnings\n"
|
||||||
" error stop after first warning\n"
|
" error stop after first warning\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue