Rebrand settings

This commit is contained in:
André Duffeck
2025-01-17 10:27:27 +01:00
parent 9a04b12a8e
commit 193469b0e5
9 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-settings command.
// Execute is the entry point for the opencloud-settings command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "settings",
Usage: "Provide settings and permissions for oCIS",
Usage: "Provide settings and permissions for OpenCloud",
Commands: GetCommands(cfg),
})