Skip to content

Commit

Permalink
update shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Jan 3, 2019
1 parent 5362c08 commit 7c35563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/capctl/app/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func newDeleteCmd(activeCtx *ctx.Context) *cobra.Command {
}

f := cmd.Flags()
f.StringVarP(&c.chartVersion, "version", "v", c.chartVersion, "the version of the helm chart to delete")
f.StringVarP(&c.chartVersion, "chart-version", "V", c.chartVersion, "the version of the helm chart to delete")
c.endpoint.AddFlags(f)
c.helmTiller.AddFlags(f)

Expand Down

0 comments on commit 7c35563

Please sign in to comment.