diff options
-rw-r--r-- | Command/Help.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Help.hs b/Command/Help.hs index 7852201e8..c77f739c1 100644 --- a/Command/Help.hs +++ b/Command/Help.hs @@ -24,7 +24,7 @@ import System.Console.GetOpt def :: [Command] def = [noCommit $ noRepo showGeneralHelp $ dontCheck repoExists $ - command "help" paramNothing seek SectionUtility "display help"] + command "help" paramNothing seek SectionQuery "display help"] seek :: [CommandSeek] seek = [withWords start] |