From 560164f613b8aa85d6465f2d583a2a5b1e812cce Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:32:39 +0100 Subject: [PATCH] chore(cli): update download help messages Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- docling/cli/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docling/cli/models.py b/docling/cli/models.py index 50038adf..bb63ad19 100644 --- a/docling/cli/models.py +++ b/docling/cli/models.py @@ -53,7 +53,7 @@ def download( ..., "-o", "--output-dir", - help="The directory where all the models are downloaded.", + help="The directory where to download the models.", ), ] = (settings.cache_dir / "models"), force: Annotated[ @@ -62,7 +62,7 @@ def download( models: Annotated[ Optional[list[_AvailableModels]], typer.Argument( - help=f"Models to download (default behavior: all will be downloaded)", + help=f"Models to download (default behavior: a predefined set of models will be downloaded)", ), ] = None, quiet: Annotated[