aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index 0ebe609..b76fcd5 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -17,7 +17,8 @@
(string/join \newline)))
(def cli-options
- [[nil "--parse" "Runs parser. Does not emit any files."]
+ [[nil "--lex" "Runs lexer. Does not emit any files."]
+ [nil "--parse" "Runs parser. Does not emit any files."]
[nil "--codegen" "Runs compiler. Does not emit any files."]
[nil "--tacky" "Runs tacky generation. Does not emit any files."]
["-h" "--help"]])