mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Fix create job usage
This commit is contained in:
parent
8282eff12f
commit
370bdba4cf
@ -60,7 +60,7 @@ func NewCmdCreateJob(f cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
|
|||||||
Out: cmdOut,
|
Out: cmdOut,
|
||||||
}
|
}
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "job NAME [--from-cronjob=CRONJOB]",
|
Use: "job NAME [--from=CRONJOB]",
|
||||||
Short: jobLong,
|
Short: jobLong,
|
||||||
Long: jobLong,
|
Long: jobLong,
|
||||||
Example: jobExample,
|
Example: jobExample,
|
||||||
|
Loading…
Reference in New Issue
Block a user