Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-16 11:55:55 +01:00
parent fdcadb3f98
commit 8e3ddfa725
11 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-idp command.
// Execute is the entry point for the opencloud-idp command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "idp",
Usage: "Serve IDP API for oCIS",
Usage: "Serve IDP API for OpenCloud",
Commands: GetCommands(cfg),
})