Update group service usage

This commit is contained in:
Jörn Friedrich Dreyer
2022-05-03 16:53:45 +02:00
committed by GitHub
parent 28978e81ed
commit 003945edec

View File

@@ -29,7 +29,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "ocis-group",
Usage: "Provide apps for oCIS",
Usage: "Provide groups for oCIS",
Commands: GetCommands(cfg),
})