aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Eval.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Eval.hs')
-rw-r--r--src/Eval.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Eval.hs b/src/Eval.hs
index d248b98..03e1201 100644
--- a/src/Eval.hs
+++ b/src/Eval.hs
@@ -433,9 +433,6 @@ runRepl = do
usage :: IO ()
usage = do
putStrLn "Invalid arguments. Use 'bruijn [option] path' instead"
- putStrLn "-o\toptimize path"
- putStrLn "-c\tcompress path to binary-BLC"
- putStrLn "-C\tcompress path to ASCII-BLC"
putStrLn "-b\tcompile path to binary-BLC"
putStrLn "-B\tcompile path to ASCII-BLC"
putStrLn "-e\texecute path as binary-BLC"