rebrand groups service

This commit is contained in:
Ralf Haferkamp
2025-01-16 16:19:44 +01:00
parent 61b48a2580
commit 46a8216aab
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-group command.
// Execute is the entry point for the opencloud group command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "group",
Usage: "Provide groups for oCIS",
Usage: "Provide groups for OpenCloud",
Commands: GetCommands(cfg),
})