aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2023-02-25 17:08:00 +0100
committerMarvin Borner2023-02-25 17:08:00 +0100
commit9efb6b629547e3550d022f71c4c84756788cec3b (patch)
tree27049f2d49c0c0acbcf2dcb477cee14c9dfc90ac
parent2e3e043cae2dabeb9bf4fa57e0e69b022dfe478d (diff)
Removed unimplemented options
-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"