Fix typo
This commit is contained in:
parent
1f6d9a0e4a
commit
27ebf3da43
|
@ -51,7 +51,7 @@ Dispatch Options:
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *JobDispatchCommand) Synopsis() string {
|
func (c *JobDispatchCommand) Synopsis() string {
|
||||||
return "Dispatch an instance of a parametereized job"
|
return "Dispatch an instance of a parameterized job"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *JobDispatchCommand) Run(args []string) int {
|
func (c *JobDispatchCommand) Run(args []string) int {
|
||||||
|
|
Loading…
Reference in a new issue