Fix help message
This commit is contained in:
parent
4c69abb443
commit
bb7722399e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ cmdHelp = do
|
||||||
H.outputStrLn "possible - show all words not yet ruled out (alias: p)"
|
H.outputStrLn "possible - show all words not yet ruled out (alias: p)"
|
||||||
H.outputStrLn "reset - reset solve state (alias: r)"
|
H.outputStrLn "reset - reset solve state (alias: r)"
|
||||||
H.outputStrLn "status - show current solve state (alias: s)"
|
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 ""
|
H.outputStrLn ""
|
||||||
|
|
||||||
readMaybe :: Read a => String -> Maybe a
|
readMaybe :: Read a => String -> Maybe a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue