summaryrefslogtreecommitdiff
path: root/Command/Help.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-20 20:24:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-20 20:24:57 -0400
commit2b3906b34cb1e384185f8fd9cdc57d4feb2973fd (patch)
treeb8d136b79eab46c7852b798f07cee9e9247d8d21 /Command/Help.hs
parentdee68af9700412117364432f48ea3d51a775cc12 (diff)
change section
Diffstat (limited to 'Command/Help.hs')
-rw-r--r--Command/Help.hs2
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]