Fixed usage output

git-svn-id: svn://svn.cc65.org/cc65/trunk@1347 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-07-11 19:29:17 +00:00
parent 02a75f8a74
commit 4fd0da1635

View file

@ -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"