add help message

This commit is contained in:
Luite Stegeman 2011-09-05 23:13:55 +02:00
parent 58a91c7634
commit 2a8cb7c066

1
yesod/main.hs Normal file → Executable file
View File

@ -30,5 +30,6 @@ 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 " use --dev devel to build with cabal-dev"
putStrLn " version Print the version of Yesod"