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:
parent
1c028c794a
commit
dfbd2912cc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user