summaryrefslogtreecommitdiff
path: root/Command/Group.hs
diff options
context:
space:
mode:
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 5513ca3f7..aee02b6c4 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]