Fix help message

This commit is contained in:
Joscha 2018-09-20 17:05:34 +00:00
parent 4c69abb443
commit bb7722399e

View file

@ -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