From 4d64c4c0b67b23f53d4ea21fb754455840fe4556 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:47:49 +0100 Subject: [PATCH] fix(CLI): fix help message for abort options (#1130) fix help message Signed-off-by: Michele Dolfi --- docling/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/cli/main.py b/docling/cli/main.py index 6686da9..a2c28fd 100644 --- a/docling/cli/main.py +++ b/docling/cli/main.py @@ -245,7 +245,7 @@ def convert( typer.Option( ..., "--abort-on-error/--no-abort-on-error", - help="If enabled, the bitmap content will be processed using OCR.", + help="If enabled, the processing will be aborted when the first error is encountered.", ), ] = False, output: Annotated[