From 8fec4147dff684ffcc280efa1d12e40a2be7e497 Mon Sep 17 00:00:00 2001 From: Connor Osborn Date: Fri, 22 Aug 2014 12:31:00 -0600 Subject: [PATCH] Update main.hs more minor fixes --- bin/main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.hs b/bin/main.hs index e61afe5..296fc92 100644 --- a/bin/main.hs +++ b/bin/main.hs @@ -32,7 +32,7 @@ main = do hPutStr stderr $ usageInfo (unlines $ errs ++ [header]) options exitWith $ ExitFailure 1 when (Version `elem` flags) $ do - putStrLn $ "biblio2yaml " ++ showVersion version + putStrLn $ "cheapskate " ++ showVersion version exitWith ExitSuccess when (Help `elem` flags) $ do putStrLn $ usageInfo header options