aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Main.hs
diff options
context:
space:
mode:
authorMarvin Borner2024-03-02 11:21:44 +0100
committerMarvin Borner2024-03-02 11:21:44 +0100
commiteff903fc61b060b6333cb60bfced95e44da000ba (patch)
treeb99fb2070843ed33f4449c0c9d7777d2db337e79 /app/Main.hs
parentfe951a51daa805f1abb9a973bbe749888d8f9a83 (diff)
Started non-outsourced optimizer
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs2
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"