From 8b48ffc05a28eeb7f99b68bc1a881fb514d3f4d0 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 13 Apr 2016 11:45:06 +0200 Subject: [PATCH] update help' --- spl.icl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spl.icl b/spl.icl index 2a4fb97..5dad10e 100644 --- a/spl.icl +++ b/spl.icl @@ -51,7 +51,8 @@ Start w <<< " --help Show this help\n" <<< " --version Show the version\n" <<< " --[no-]lex Lexer output(default: disabled)\n" - <<< " --[no-]parse Parser output(default: enabled)\n" + <<< " --[no-]parse Parser output(default: disabled)\n" + <<< " --[no-]sem Semantic analysis output(default: enabled)\n" = snd $ fclose stdin w # (contents, stdin, w) = readFileOrStdin stdin args.fp w = case contents of -- 2.20.1