1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 02:29:52 +00:00

Fix help text for default start address

This commit is contained in:
Stephan Mühlstrasser 2014-11-23 19:44:45 +01:00
parent 1c028c794a
commit dfbd2912cc

View File

@ -28,7 +28,7 @@ static void Usage (void)
" -V\t\t\tPrint the version number\n"
" -h\t\t\tHelp (this text)\n"
" -o name\t\tName the C1P output file (default: <input>.c1p)\n"
" -S addr\t\tLoad address (default 0x400)\n"
" -S addr\t\tLoad address (default 0x300)\n"
"\n"
"Long options:\n"
" --help\t\tHelp (this text)\n"