summaryrefslogtreecommitdiff
path: root/Command/Help.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Help.hs')
-rw-r--r--Command/Help.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Help.hs b/Command/Help.hs
index 2af39ac9a..073ab2b36 100644
--- a/Command/Help.hs
+++ b/Command/Help.hs
@@ -21,9 +21,9 @@ import qualified Command.Fsck
import System.Console.GetOpt
-cmd :: [Command]
-cmd = [noCommit $ noRepo startNoRepo $ dontCheck repoExists $
- command "help" (paramOptional "COMMAND") seek SectionCommon "display help"]
+cmd :: Command
+cmd = noCommit $ noRepo startNoRepo $ dontCheck repoExists $
+ command "help" (paramOptional "COMMAND") seek SectionCommon "display help"
seek :: CommandSeek
seek = withWords start