small spelling correction
This commit is contained in:
parent
6548851c7c
commit
7c31740e6d
|
@ -22,7 +22,7 @@ The `exec` driver supports the following configuration in the job spec:
|
||||||
|
|
||||||
* `command` - The command to execute. Must be provided. If executing a binary
|
* `command` - The command to execute. Must be provided. If executing a binary
|
||||||
that exists on the host, the path must be absolute. If executing a binary that
|
that exists on the host, the path must be absolute. If executing a binary that
|
||||||
is download from an [`artifact`](/docs/jobspec/index.html#artifact_doc), the
|
is downloaded from an [`artifact`](/docs/jobspec/index.html#artifact_doc), the
|
||||||
path can be relative from the allocations's root directory.
|
path can be relative from the allocations's root directory.
|
||||||
|
|
||||||
* `args` - (Optional) A list of arguments to the optional `command`.
|
* `args` - (Optional) A list of arguments to the optional `command`.
|
||||||
|
|
Loading…
Reference in New Issue