diff options
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" |