1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-23 03:28:58 +00:00

Help text alignment was wrong

git-svn-id: svn://svn.cc65.org/cc65/trunk@634 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-03-20 10:18:56 +00:00
parent 857a362e78
commit 6f604239c7

View File

@ -97,7 +97,7 @@ static void Usage (void)
"Long options:\n"
" --ansi\t\tStrict ANSI mode\n"
" --bss-name seg\tSet the name of the BSS segment\n"
" --check-stack\tGenerate stack overflow checks\n"
" --check-stack\t\tGenerate stack overflow checks\n"
" --code-name seg\tSet the name of the CODE segment\n"
" --cpu type\t\tSet cpu type\n"
" --data-name seg\tSet the name of the DATA segment\n"