diff options
author | Marvin Borner | 2024-03-02 11:21:44 +0100 |
---|---|---|
committer | Marvin Borner | 2024-03-02 11:21:44 +0100 |
commit | eff903fc61b060b6333cb60bfced95e44da000ba (patch) | |
tree | b99fb2070843ed33f4449c0c9d7777d2db337e79 /app/Main.hs | |
parent | fe951a51daa805f1abb9a973bbe749888d8f9a83 (diff) |
Started non-outsourced optimizer
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index bbaea6a..8731b7c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -26,7 +26,7 @@ args = <*> switch (long "verbose" <> short 'v' <> help "Increase verbosity") <*> strOption (long "target" <> short 't' <> metavar "TARGET" <> value "" <> help - "Optimize to target using BLoC and BLoCade" + "Compile to target using BLoC and BLoCade" ) <*> strOption ( long "reducer" |