Skip to content

Commit

Permalink
Add clarification in instructions for local_files_only
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Oct 14, 2024
1 parent e79504d commit c73bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whisper_ctranslate2/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c73bd14

Please sign in to comment.