From bb7722399ebe3f9af51fa1bf535c086cc1bb3fbe Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 20 Sep 2018 17:05:34 +0000 Subject: [PATCH] Fix help message --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index a220612..ba46f75 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -33,7 +33,7 @@ cmdHelp = do H.outputStrLn "possible - show all words not yet ruled out (alias: p)" H.outputStrLn "reset - reset solve state (alias: r)" H.outputStrLn "status - show current solve state (alias: s)" - H.outputStrLn "what - what words to guess next (alias: w)" + H.outputStrLn "what - what words to guess next (alias: w)" H.outputStrLn "" readMaybe :: Read a => String -> Maybe a