mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-01 17:18:41 +08:00
Fix spelling in help message
"seach" becomes "search" in help2 when not TCC_TARGET_PE
This commit is contained in:
parent
7443db0d5f
commit
70fca7f799
2
tcc.c
2
tcc.c
@ -129,7 +129,7 @@ static const char help2[] =
|
|||||||
"Predefined macros:\n"
|
"Predefined macros:\n"
|
||||||
" tcc -E -dM - < nul\n"
|
" tcc -E -dM - < nul\n"
|
||||||
#else
|
#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"
|
" -enable-new-dtags set DT_RUNPATH instead of DT_RPATH\n"
|
||||||
" -soname= set DT_SONAME elf tag\n"
|
" -soname= set DT_SONAME elf tag\n"
|
||||||
" -Bsymbolic set DT_SYMBOLIC elf tag\n"
|
" -Bsymbolic set DT_SYMBOLIC elf tag\n"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user