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:
Detlef Riekenberg 2019-01-27 17:32:11 +01:00 committed by Detlef Riekenberg
parent 46145af4a1
commit 5d805a90e3

2
tcc.c
View File

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