mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
Fixed usage output
git-svn-id: svn://svn.cc65.org/cc65/trunk@1347 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
02a75f8a74
commit
4fd0da1635
@ -546,7 +546,7 @@ static void Usage (void)
|
||||
/* Print usage information and exit */
|
||||
{
|
||||
fprintf (stderr,
|
||||
"Usage: %s [options] file\n"
|
||||
"Usage: %s [options] file [...]\n"
|
||||
"Short options:\n"
|
||||
" -c\t\t\tCompile and assemble but don't link\n"
|
||||
" -d\t\t\tDebug mode\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user