aboutsummaryrefslogtreecommitdiff
path: root/Command/Group.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-25 12:44:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-25 12:44:58 -0400
commitb93439ab21727ad809ebce384b78e572799fa39a (patch)
treea36efdd4adc246cb40a62451d84d4ce66bf38c15 /Command/Group.hs
parent6442bc73b2799c46c8a45a3cd265dd8dfeaea1f3 (diff)
content: New command line way to view and configure a repository's preferred content settings.
Diffstat (limited to 'Command/Group.hs')
-rw-r--r--Command/Group.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Group.hs b/Command/Group.hs
index aee02b6c4..4c0bf4899 100644
--- a/Command/Group.hs
+++ b/Command/Group.hs
@@ -17,7 +17,7 @@ import qualified Data.Set as S
def :: [Command]
def = [command "group" (paramPair paramRemote paramDesc) seek
- SectionCommon "add a repository to a group"]
+ SectionSetup "add a repository to a group"]
seek :: [CommandSeek]
seek = [withWords start]