Update help message.

This commit is contained in:
khibino 2011-11-02 17:44:29 +09:00
parent 3db0d17352
commit bf7b01e432
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ usage = "ghc-mod version 1.0.0\n"
++ "\t ghc-mod list [-l]\n"
++ "\t ghc-mod lang [-l]\n"
++ "\t ghc-mod browse [-l] [-o] <module> [<module> ...]\n"
++ "\t ghc-mod check [-g GHC options] [-i inc] <HaskellFile>\n"
++ "\t ghc-mod check [-g GHC opt1 -g GHC opt2 ...] <HaskellFile>\n"
++ "\t ghc-mod type <HaskellFile> <module> <expression>\n"
++ "\t ghc-mod info <HaskellFile> <module> <expression>\n"
++ "\t ghc-mod lint [-h opt] <HaskellFile>\n"