From de62ac4ac187521399d56502401326403fff5274 Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Wed, 28 Feb 2018 23:09:20 -0800 Subject: [PATCH] fix error messages --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index afb043b..11ff503 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -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)