Skip to content

Commit

Permalink
fix error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Mar 1, 2018
1 parent 68971b0 commit de62ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main = do
case file mainArgs of
"" ->
putStrLn
"Please specify an input file with the -f flag or use --help for more information"
"Please specify an input file with the --file (-f) flag or use --help for more information"
path -> do
home <- getEnv "HOME"
suite <- decodeFile . T.unpack $ T.replace "~" (T.pack home) (T.pack path)
Expand Down

0 comments on commit de62ac4

Please sign in to comment.