From 80b8f1890fe38ef4fc76f6623dfd13ba2b413ca6 Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Tue, 15 Dec 2015 16:25:34 +0000 Subject: [PATCH] Updated usage line --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index b9bf557..39aff62 100644 --- a/source/main.c +++ b/source/main.c @@ -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 Emit the given type of artifact" "\n-h Print help information" "\n-v Enable verbose status messages"); -- 2.52.0