Rebrand auth-app

This commit is contained in:
André Duffeck
2025-01-16 13:04:36 +01:00
parent 31965a8f9d
commit ea331941c7
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-auth-app command.
// Execute is the entry point for the opencloud auth-app command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "auth-app",
Usage: "Provide app authentication for oCIS",
Usage: "Provide app authentication for OpenCloud",
Commands: GetCommands(cfg),
})