update help'
authorMart Lubbers <mart@martlubbers.net>
Wed, 13 Apr 2016 09:45:06 +0000 (11:45 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 13 Apr 2016 09:45:06 +0000 (11:45 +0200)
spl.icl

diff --git a/spl.icl b/spl.icl
index 2a4fb97..5dad10e 100644 (file)
--- 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