document version command

This commit is contained in:
Greg Weber 2011-08-21 21:03:04 -07:00
parent 901c0fcb10
commit 56a5b167a6

View File

@ -61,6 +61,7 @@ main = do
putStrLn " build Build project (performs TH dependency analysis)"
putStrLn " touch Touch any files with altered TH dependencies but do not build"
putStrLn " devel Run project with the devel server"
putStrLn " version Print the version of Yesod"
puts :: String -> IO ()
puts s = putStr s >> hFlush stdout