mirror of https://github.com/k3s-io/k3s
commit
2540969b64
|
@ -82,7 +82,7 @@ func NewCreateJobOptions(ioStreams genericclioptions.IOStreams) *CreateJobOption
|
||||||
func NewCmdCreateJob(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command {
|
func NewCmdCreateJob(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command {
|
||||||
o := NewCreateJobOptions(ioStreams)
|
o := NewCreateJobOptions(ioStreams)
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "job NAME [--image=image --from=cronjob/name] -- [COMMAND] [args...]",
|
Use: "job NAME --image=image [--from=cronjob/name] -- [COMMAND] [args...]",
|
||||||
Short: jobLong,
|
Short: jobLong,
|
||||||
Long: jobLong,
|
Long: jobLong,
|
||||||
Example: jobExample,
|
Example: jobExample,
|
||||||
|
|
Loading…
Reference in New Issue