From c73bd14edafff4b2a9c3406c6f067737f535da29 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Mon, 14 Oct 2024 20:47:39 +0200 Subject: [PATCH] Add clarification in instructions for local_files_only --- src/whisper_ctranslate2/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(