Fix spelling in help message
"seach" becomes "search" in help2 when not TCC_TARGET_PE
This commit is contained in:
parent
7443db0d5f
commit
70fca7f799
1 changed files with 1 additions and 1 deletions
2
tcc.c
2
tcc.c
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue