Rebrand app-provider

This commit is contained in:
André Duffeck
2025-01-16 12:57:35 +01:00
parent 31965a8f9d
commit 2a6c654718
2 changed files with 3 additions and 3 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-provider command.
// Execute is the entry point for the opencloud app-provider command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "app-provider",
Usage: "Provide apps for oCIS",
Usage: "Provide apps for OpenCloud",
Commands: GetCommands(cfg),
})