diff options
Diffstat (limited to 'Command/Group.hs')
-rw-r--r-- | Command/Group.hs | 2 |
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] |