File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments