diff --git a/README.md b/README.md index d16935e..5eb32f4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ commands: headless-run run the program in headless mode batch-run run the program in batch mode force-download force automate downloads and exit - benchmark run performance benchmarks and exit + benchmark benchmark the program job-list list jobs by status job-create create a drafted job job-submit submit a drafted job to become a queued job diff --git a/facefusion/wording.py b/facefusion/wording.py index 89f4f04..49854e8 100755 --- a/facefusion/wording.py +++ b/facefusion/wording.py @@ -211,7 +211,7 @@ WORDING : Dict[str, Any] =\ 'headless_run': 'run the program in headless mode', 'batch_run': 'run the program in batch mode', 'force_download': 'force automate downloads and exit', - 'benchmark': 'run performance benchmarks', + 'benchmark': 'benchmark the program', # jobs 'job_id': 'specify the job id', 'job_status': 'specify the job status',