Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed May 4, 2024
1 parent 3bef550 commit 4134efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ List all configured jobs and their parameters and default parameter values.

Executes one or more jobs, possibly in parallel. The options have the following meaning:

* **--job=_name_**: _name_ is either a job name or a job [group](#job-groups) name. Can optionally contain a JSON map
* **--job=_name_**: _name_ is either a job name or a job "group" name. Can optionally contain a JSON map
of job parameters. E.g. `myjob{"p":1}`. Multiple `--job` arguments can be specified in order to run several jobs with a
single command.
* **--serial**: enforces sequential execution of jobs, in the same order that they are specified in the program arguments.
Expand Down

0 comments on commit 4134efa

Please sign in to comment.