Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Update main.hs
Browse files Browse the repository at this point in the history
more minor fixes
  • Loading branch information
cdosborn committed Aug 22, 2014
1 parent c2353ca commit 8fec414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.hs
Expand Up @@ -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
Expand Down

0 comments on commit 8fec414

Please sign in to comment.