Fix wording

This commit is contained in:
henryruhs 2024-02-14 14:24:45 +01:00
parent c77493ff9a
commit 93fe50bcc8
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ python run.py [options]
options:
-h, --help show this help message and exit
-s SOURCE_PATHS, --source SOURCE_PATHS choose single or multiple source images
-s SOURCE_PATHS, --source SOURCE_PATHS choose single or multiple source images or audios
-t TARGET_PATH, --target TARGET_PATH choose single target image or video
-o OUTPUT_PATH, --output OUTPUT_PATH specify the output file or directory
-v, --version show program's version number and exit

View File

@ -46,7 +46,7 @@ WORDING : Dict[str, Any] =\
'install_dependency': 'select the variant of {dependency} to install',
'skip_venv': 'skip the virtual environment check',
# general
'source': 'choose single or multiple source images',
'source': 'choose single or multiple source images or audios',
'target': 'choose single target image or video',
'output': 'specify the output file or directory',
# misc