diff --git a/pkg/cmd/label/edit.go b/pkg/cmd/label/edit.go index f381b754d..2f7652b56 100644 --- a/pkg/cmd/label/edit.go +++ b/pkg/cmd/label/edit.go @@ -67,7 +67,7 @@ func newCmdEdit(f *cmdutil.Factory, runF func(*editOptions) error) *cobra.Comman cmd.Flags().StringVarP(&opts.Description, "description", "d", "", "Description of the label") cmd.Flags().StringVarP(&opts.Color, "color", "c", "", "Color of the label") - cmd.Flags().StringVarP(&opts.NewName, "name", "n", "", "Name of the label") + cmd.Flags().StringVarP(&opts.NewName, "name", "n", "", "New name of the label") return cmd }