Skip to content

Commit e63239f

Browse files
authored
Merge pull request #1338 from heikkilamarko/main
Fix operator signing-key description.
2 parents 83b0a95 + 61cffe6 commit e63239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/auth_operator_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func configureAuthOperatorCommand(auth commandHost) {
6060
add.Arg("name", "Unique name for this Operator").StringVar(&c.operatorName)
6161
add.Flag("service", "URLs for the Operator services").PlaceHolder("URL").URLListVar(&c.operatorService)
6262
add.Flag("account-server", "URL for the account server").PlaceHolder("URL").URLVar(&c.accountServer)
63-
add.Flag("signing-key", "Creates a signing key for this account").Default("true").BoolVar(&c.createSK)
63+
add.Flag("signing-key", "Creates a signing key for this Operator").Default("true").BoolVar(&c.createSK)
6464
add.Flag("tags", "Tags to assign to this Operator").StringsVar(&c.tags)
6565

6666
info := op.Command("info", "Show Operator information").Alias("i").Alias("show").Alias("view").Action(c.infoAction)

0 commit comments

Comments
 (0)