diff --git a/cmd/kk/cmd/create/phase/init.go b/cmd/kk/cmd/create/phase/init.go index 60f5c83b3..abcc2fd8a 100644 --- a/cmd/kk/cmd/create/phase/init.go +++ b/cmd/kk/cmd/create/phase/init.go @@ -39,7 +39,7 @@ func NewCreateInitClusterOptions() *CreateInitClusterOptions { } } -// NewCmdUpgrade creates a new upgrade command +// NewCmdCreateInitCluster creates a new upgrade command func NewCmdCreateInitCluster() *cobra.Command { o := NewCreateInitClusterOptions() cmd := &cobra.Command{ diff --git a/cmd/kk/cmd/upgrade/phase/images.go b/cmd/kk/cmd/upgrade/phase/images.go index 86bd97a44..a726f7265 100755 --- a/cmd/kk/cmd/upgrade/phase/images.go +++ b/cmd/kk/cmd/upgrade/phase/images.go @@ -39,7 +39,7 @@ func NewUpgradeImagesOptions() *UpgradeImagesOptions { } } -// NewCmdUpgrade creates a new upgrade command +// NewCmdUpgradeImages creates a new upgrade command func NewCmdUpgradeImages() *cobra.Command { o := NewUpgradeImagesOptions() cmd := &cobra.Command{ diff --git a/cmd/kk/cmd/upgrade/phase/nodes.go b/cmd/kk/cmd/upgrade/phase/nodes.go index 83b0eaa29..b00d54ee4 100755 --- a/cmd/kk/cmd/upgrade/phase/nodes.go +++ b/cmd/kk/cmd/upgrade/phase/nodes.go @@ -39,7 +39,7 @@ func NewUpgradeNodesOptions() *UpgradeNodesOptions { } } -// NewCmdUpgrade creates a new upgrade command +// NewCmdUpgradeNodes creates a new upgrade command func NewCmdUpgradeNodes() *cobra.Command { o := NewUpgradeNodesOptions() cmd := &cobra.Command{