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
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ static void Usage (void)
|
||||||
/* Print usage information and exit */
|
/* Print usage information and exit */
|
||||||
{
|
{
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"Usage: %s [options] file\n"
|
"Usage: %s [options] file [...]\n"
|
||||||
"Short options:\n"
|
"Short options:\n"
|
||||||
" -c\t\t\tCompile and assemble but don't link\n"
|
" -c\t\t\tCompile and assemble but don't link\n"
|
||||||
" -d\t\t\tDebug mode\n"
|
" -d\t\t\tDebug mode\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue