diff --git a/pkg/kubectl/cmd/create_deployment.go b/pkg/kubectl/cmd/create_deployment.go index 007ebbe5cfd..f916b4296a2 100644 --- a/pkg/kubectl/cmd/create_deployment.go +++ b/pkg/kubectl/cmd/create_deployment.go @@ -40,7 +40,7 @@ var ( func NewCmdCreateDeployment(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command { cmd := &cobra.Command{ Use: "deployment NAME --image=image [--dry-run]", - Aliases: []string{"dep"}, + Aliases: []string{"deploy"}, Short: "Create a deployment with the specified name.", Long: deploymentLong, Example: deploymentExample,