From 2e06c2f9382c27c03fe75094826d97b5b4453376 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 23 Apr 2014 22:57:29 +0900 Subject: [PATCH] doc update. --- src/GHCMod.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHCMod.hs b/src/GHCMod.hs index f19734e..ae94065 100644 --- a/src/GHCMod.hs +++ b/src/GHCMod.hs @@ -41,7 +41,7 @@ usage = "ghc-mod version " ++ showVersion version ++ "\n" ++ "\t ghc-mod boot\n" ++ "\t ghc-mod help\n" ++ "\n" - ++ " is not used, anything is OK.\n" + ++ " for \"info\" and \"type\" is not used, anything is OK.\n" ++ "It is necessary to maintain backward compatibility.\n" ----------------------------------------------------------------