diff options
Diffstat (limited to 'Command/Group.hs')
-rw-r--r-- | Command/Group.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Group.hs b/Command/Group.hs index 2b5cd2ec4..e1420be88 100644 --- a/Command/Group.hs +++ b/Command/Group.hs @@ -15,8 +15,8 @@ import Types.Group import qualified Data.Set as S -def :: [Command] -def = [command "group" (paramPair paramRemote paramDesc) seek +cmd :: [Command] +cmd = [command "group" (paramPair paramRemote paramDesc) seek SectionSetup "add a repository to a group"] seek :: CommandSeek |