Skip to content

Commit

Permalink
hakyll-init: fix spacing of command line usage
Browse files Browse the repository at this point in the history
  • Loading branch information
robx authored and jaspervdj committed Oct 29, 2019
1 parent e3344eb commit f2778e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ main = do
["-f", dstDir] ->
createFiles True srcDir files dstDir
_ -> do
putStrLn $ "Usage: " ++ progName ++ "[-f] <directory>"
putStrLn $ "Usage: " ++ progName ++ " [-f] <directory>"
exitFailure

where
Expand Down

0 comments on commit f2778e1

Please sign in to comment.