Apply suggestions from code review

update usage
This commit is contained in:
Jörn Friedrich Dreyer
2022-05-03 16:51:20 +02:00
committed by GitHub
parent e97ec5ed58
commit 7c6cdf0008
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "ocis-auth-machine",
Usage: "Provide apps for oCIS",
Usage: "Provide machine authentication for oCIS",
Commands: GetCommands(cfg),
})