From 4134efa8585655bc3aabbd226e8d5f7f0c0bf545 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Sat, 4 May 2024 12:42:39 -0400 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deef4d1f..9be5a54f 100644 --- a/README.md +++ b/README.md @@ -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.