fix broken --dictionary option

This commit is contained in:
Michele Guerini Rocco 2017-08-03 15:58:37 +02:00
parent 595fc58cd0
commit a24f63fba0
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -31,7 +31,7 @@ options = Options
( long "interactive" ( long "interactive"
<> short 'i' <> short 'i'
<> help "Manually insert numbers from a dice" ) <> help "Manually insert numbers from a dice" )
<*> optional (option auto <*> optional (strOption
( long "dictionary" ( long "dictionary"
<> short 'd' <> short 'd'
<> metavar "FILEPATH" <> metavar "FILEPATH"