diff --git a/src/whisper_ctranslate2/commandline.py b/src/whisper_ctranslate2/commandline.py index bf4e6aa..f97762c 100644 --- a/src/whisper_ctranslate2/commandline.py +++ b/src/whisper_ctranslate2/commandline.py @@ -77,7 +77,7 @@ def read_command_line(): "--local_files_only", type=CommandLine()._str2bool, default=False, - help="use models in cache without connecting to Internet to check if there are newer versions", + help="use only models in cache without connecting to Internet to check if there are newer versions", ) outputs_args = parser.add_argument_group(