summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-13 19:07:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-13 19:07:56 -0400
commit8fa7f0f198e70231f64cf908bdd55e270f45145f (patch)
treedd9eea8f5bd4bce0ccd6f70076e1573f30cdfff9 /GitAnnex.hs
parent2d5266a4eb948f4d19629e9abd27b517adfdf295 (diff)
add help command
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 090108416..c35846df7 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -71,6 +71,7 @@ import qualified Command.Assistant
import qualified Command.WebApp
#endif
#endif
+import qualified Command.Help
cmds :: [Command]
cmds = concat
@@ -123,6 +124,7 @@ cmds = concat
, Command.WebApp.def
#endif
#endif
+ , Command.Help.def
]
options :: [Option]