mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Fixed usage text
git-svn-id: svn://svn.cc65.org/cc65/trunk@100 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
120cdab4aa
commit
553063a498
@ -101,7 +101,7 @@ static void Usage (void)
|
|||||||
" -A\t\t\tStrict ANSI mode\n"
|
" -A\t\t\tStrict ANSI mode\n"
|
||||||
" -Cl\t\t\tMake local variables static\n"
|
" -Cl\t\t\tMake local variables static\n"
|
||||||
" -Dsym[=defn]\t\tDefine a symbol\n"
|
" -Dsym[=defn]\t\tDefine a symbol\n"
|
||||||
" -I path\t\tSet an include directory search path\n"
|
" -I dir\t\tSet an include directory search path\n"
|
||||||
" -O\t\t\tOptimize code\n"
|
" -O\t\t\tOptimize code\n"
|
||||||
" -Oi\t\t\tOptimize code, inline more code\n"
|
" -Oi\t\t\tOptimize code, inline more code\n"
|
||||||
" -Or\t\t\tEnable register variables\n"
|
" -Or\t\t\tEnable register variables\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user