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