summaryrefslogtreecommitdiff
path: root/Command/Group.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-03-24 18:28:21 -0400
committerJoey Hess <joey@kitenet.net>2013-03-24 18:28:21 -0400
commitcfd3b16fe19e574905be6f6626b2c2ce76336f79 (patch)
treedb0017d3ab47852138f5654763d6c6be134e9171 /Command/Group.hs
parent2ea720abc9c8368aa6aebc02e585f05d71e7d436 (diff)
add section metadata to all commands
Not yet used .. mindless train work.
Diffstat (limited to 'Command/Group.hs')
-rw-r--r--Command/Group.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Group.hs b/Command/Group.hs
index 5513ca3f72..aee02b6c42 100644
--- a/Command/Group.hs
+++ b/Command/Group.hs
@@ -16,7 +16,8 @@ import Types.Group
import qualified Data.Set as S
def :: [Command]
-def = [command "group" (paramPair paramRemote paramDesc) seek "add a repository to a group"]
+def = [command "group" (paramPair paramRemote paramDesc) seek
+ SectionCommon "add a repository to a group"]
seek :: [CommandSeek]
seek = [withWords start]