Fix create job usage

This commit is contained in:
Maciej Szulik
2018-04-06 23:31:53 +02:00
parent 8282eff12f
commit 370bdba4cf

View File

@@ -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,