From 4fd0da1635ac3e114fc3372d8deb6ddb38510f3e Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 11 Jul 2002 19:29:17 +0000 Subject: [PATCH] Fixed usage output git-svn-id: svn://svn.cc65.org/cc65/trunk@1347 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cl65/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5