Fix spelling in help message

"seach" becomes "search" in help2 when not TCC_TARGET_PE
This commit is contained in:
Larry Doolittle 2017-05-08 08:44:52 -07:00
parent 7443db0d5f
commit 70fca7f799
1 changed files with 1 additions and 1 deletions

2
tcc.c
View File

@ -129,7 +129,7 @@ static const char help2[] =
"Predefined macros:\n"
" tcc -E -dM - < nul\n"
#else
" -rpath= set dynamic library seach path\n"
" -rpath= set dynamic library search path\n"
" -enable-new-dtags set DT_RUNPATH instead of DT_RPATH\n"
" -soname= set DT_SONAME elf tag\n"
" -Bsymbolic set DT_SYMBOLIC elf tag\n"