From 4f204194846318469ee97840acb77962fd115cf8 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 16 Jun 2025 12:01:11 +0200 Subject: [PATCH] Minor wording --- README.md | 2 +- facefusion/wording.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',