From: Mike Lowis Date: Tue, 15 Dec 2015 16:25:34 +0000 (+0000) Subject: Updated usage line X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=80b8f1890fe38ef4fc76f6623dfd13ba2b413ca6;p=proto%2Fsclpl.git Updated usage line --- 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");