fixing the help.

This commit is contained in:
Kazu Yamamoto 2014-03-31 11:38:07 +09:00
parent f959a8029e
commit 2dca76d0a1

View File

@ -35,7 +35,7 @@ usage = "ghc-mod version " ++ showVersion version ++ "\n"
++ "\t ghc-mod type" ++ ghcOptHelp ++ "<HaskellFile> <module> <line-no> <column-no>\n"
++ "\t ghc-mod lint [-h opt] <HaskellFile>\n"
++ "\t ghc-mod root <HaskellFile>\n"
++ "\t ghc-mod doc <HaskellFile>\n"
++ "\t ghc-mod doc <module>\n"
++ "\t ghc-mod boot\n"
++ "\t ghc-mod help\n"