Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5319 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -110,7 +110,7 @@ void printUsage(void) {
|
|||||||
printf("Usage: %s [options] file\n"
|
printf("Usage: %s [options] file\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
"\t-h, -?\t\tthis help\n"
|
"\t-h, -?\t\tthis help\n"
|
||||||
"\t-f\t\tforce writting files\n"
|
"\t-f\t\tforce writing files\n"
|
||||||
"\t-o name\t\tname C output file\n"
|
"\t-o name\t\tname C output file\n"
|
||||||
"\t-s name\t\tname asm output file\n",
|
"\t-s name\t\tname asm output file\n",
|
||||||
ProgName);
|
ProgName);
|
||||||
|
|||||||
Reference in New Issue
Block a user