From: cuz Date: Thu, 11 Jul 2002 19:29:17 +0000 (+0000) Subject: Fixed usage output X-Git-Tag: V2.12.0~2278 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4fd0da1635ac3e114fc3372d8deb6ddb38510f3e;p=cc65 Fixed usage output git-svn-id: svn://svn.cc65.org/cc65/trunk@1347 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cl65/main.c b/src/cl65/main.c index 41d12bffb..f00f3962e 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -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"