Docs: correct that exec task flag is not optional (#6729)
The task is required, not optional, there’s no default as was described.
This commit is contained in:
parent
e012c2b5bf
commit
676b84c735
|
@ -34,7 +34,7 @@ the given job will be chosen.
|
|||
|
||||
## Exec Options
|
||||
|
||||
- `-task`: Sets the task to exec command in. Defaults to first task.
|
||||
- `-task`: Sets the task to exec command in.
|
||||
|
||||
- `-job`: Use a random allocation from the specified job ID.
|
||||
|
||||
|
|
Loading…
Reference in a new issue