]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
Updated usage line
authorMike Lowis <mike.lowis@gentex.com>
Tue, 15 Dec 2015 16:25:34 +0000 (16:25 +0000)
committerMike Lowis <mike.lowis@gentex.com>
Tue, 15 Dec 2015 16:25:34 +0000 (16:25 +0000)
source/main.c

index b9bf557291858357f1ac7f16d630ac9b9dd5091d..39aff62e780408d00a951138082d57d757f2fbb8 100644 (file)
@@ -42,7 +42,7 @@ static int emit_program(void) {
  *****************************************************************************/
 void usage(void) {
     fprintf(stderr, "%s\n",
-        "Usage: sclpl [OPTION]... MODE [FILE]...\n"
+        "Usage: sclpl [options...] [-A artifact] [file...]\n"
         "\n-A<type>   Emit the given type of artifact"
         "\n-h         Print help information"
         "\n-v         Enable verbose status messages");