mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 00:35:32 +00:00
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
@ -370,7 +370,7 @@ static void Link (void)
|
|||||||
CmdAddArg (&LD65, OutputName);
|
CmdAddArg (&LD65, OutputName);
|
||||||
|
|
||||||
} else if (FirstInput && FindExt (FirstInput)) { /* Only if ext present! */
|
} else if (FirstInput && FindExt (FirstInput)) { /* Only if ext present! */
|
||||||
|
|
||||||
const char* Extension = Module? MODULE_EXT : "";
|
const char* Extension = Module? MODULE_EXT : "";
|
||||||
char* Output = MakeFilename (FirstInput, Extension);
|
char* Output = MakeFilename (FirstInput, Extension);
|
||||||
CmdAddArg (&LD65, "-o");
|
CmdAddArg (&LD65, "-o");
|
||||||
@ -548,7 +548,7 @@ static void Usage (void)
|
|||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"Usage: %s [options] file\n"
|
"Usage: %s [options] file\n"
|
||||||
"Short options:\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"
|
" -d\t\t\tDebug mode\n"
|
||||||
" -g\t\t\tAdd debug info\n"
|
" -g\t\t\tAdd debug info\n"
|
||||||
" -h\t\t\tHelp (this text)\n"
|
" -h\t\t\tHelp (this text)\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user