strip ocis- from command name for all standalone services

This commit is contained in:
Willy Kloucek
2022-05-03 17:08:23 +02:00
parent eac18a9404
commit b65936fe99
26 changed files with 26 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
// Execute is the entry point for the ocis-auth-basic command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "ocis-auth-basic",
Name: "auth-basic",
Usage: "Provide basic authentication for oCIS",
Commands: GetCommands(cfg),
})