diff --git a/pkg/kubectl/cmd/create_job.go b/pkg/kubectl/cmd/create_job.go index f4f5e60fcc8..33c7ca03013 100644 --- a/pkg/kubectl/cmd/create_job.go +++ b/pkg/kubectl/cmd/create_job.go @@ -60,7 +60,7 @@ func NewCmdCreateJob(f cmdutil.Factory, cmdOut io.Writer) *cobra.Command { Out: cmdOut, } cmd := &cobra.Command{ - Use: "job NAME [--from-cronjob=CRONJOB]", + Use: "job NAME [--from=CRONJOB]", Short: jobLong, Long: jobLong, Example: jobExample,