diff --git a/yesod/main.hs b/yesod/main.hs old mode 100644 new mode 100755 index 5f06344b..c2c17275 --- a/yesod/main.hs +++ b/yesod/main.hs @@ -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"