Minor wording
This commit is contained in:
@@ -37,7 +37,7 @@ commands:
|
|||||||
headless-run run the program in headless mode
|
headless-run run the program in headless mode
|
||||||
batch-run run the program in batch mode
|
batch-run run the program in batch mode
|
||||||
force-download force automate downloads and exit
|
force-download force automate downloads and exit
|
||||||
benchmark run performance benchmarks and exit
|
benchmark benchmark the program
|
||||||
job-list list jobs by status
|
job-list list jobs by status
|
||||||
job-create create a drafted job
|
job-create create a drafted job
|
||||||
job-submit submit a drafted job to become a queued job
|
job-submit submit a drafted job to become a queued job
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ WORDING : Dict[str, Any] =\
|
|||||||
'headless_run': 'run the program in headless mode',
|
'headless_run': 'run the program in headless mode',
|
||||||
'batch_run': 'run the program in batch mode',
|
'batch_run': 'run the program in batch mode',
|
||||||
'force_download': 'force automate downloads and exit',
|
'force_download': 'force automate downloads and exit',
|
||||||
'benchmark': 'run performance benchmarks',
|
'benchmark': 'benchmark the program',
|
||||||
# jobs
|
# jobs
|
||||||
'job_id': 'specify the job id',
|
'job_id': 'specify the job id',
|
||||||
'job_status': 'specify the job status',
|
'job_status': 'specify the job status',
|
||||||
|
|||||||
Reference in New Issue
Block a user