Rename app-registry

This commit is contained in:
Ralf Haferkamp
2025-01-20 10:00:42 +01:00
parent c99cf22a10
commit ae4f679c25
3 changed files with 5 additions and 17 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-app-registry command.
// Execute is the entry point for the opencloud app-registry command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "app-registry",
Usage: "Provide a app registry for oCIS",
Usage: "Provide an app registry for OpenCloud",
Commands: GetCommands(cfg),
})