Skip to content

Commit

Permalink
fix command options
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Nov 3, 2023
1 parent 541c470 commit 433d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/proxy/stats/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (c *StatsCommand) init() {
c.helmActionsRunner = &helm.ActionRunner{}
}

f := c.set.NewSet("Global Options")
f := c.set.NewSet("Command Options")
f.StringVar(&flag.StringVar{
Name: "kubeconfig",
Aliases: []string{"c"},
Expand Down

0 comments on commit 433d558

Please sign in to comment.