Minor wording

This commit is contained in:
henryruhs
2025-06-16 12:01:11 +02:00
parent 9e1d60fd07
commit 4f20419484
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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',