From 9efb6b629547e3550d022f71c4c84756788cec3b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 25 Feb 2023 17:08:00 +0100 Subject: Removed unimplemented options --- src/Eval.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Eval.hs') 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" -- cgit v1.2.3