1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 02:30:44 +00:00

Clarify help for -o option

This commit is contained in:
Stephan Mühlstrasser 2014-11-23 19:43:24 +01:00
parent 1e88032608
commit 1c028c794a

View File

@ -27,7 +27,7 @@ static void Usage (void)
"Short options:\n"
" -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"
" -o name\t\tName the C1P output file (default: <input>.c1p)\n"
" -S addr\t\tLoad address (default 0x400)\n"
"\n"
"Long options:\n"