Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@1346 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
68166eb575
commit
02a75f8a74
1 changed files with 2 additions and 2 deletions
|
@ -548,7 +548,7 @@ static void Usage (void)
|
|||
fprintf (stderr,
|
||||
"Usage: %s [options] file\n"
|
||||
"Short options:\n"
|
||||
" -c\t\t\tCompiler and assemble but don't link\n"
|
||||
" -c\t\t\tCompile and assemble but don't link\n"
|
||||
" -d\t\t\tDebug mode\n"
|
||||
" -g\t\t\tAdd debug info\n"
|
||||
" -h\t\t\tHelp (this text)\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue