Skip to content

Commit

Permalink
fix(CLI): fix help message for abort options (#1130)
Browse files Browse the repository at this point in the history
fix help message

Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Mar 7, 2025
1 parent e1c49ad commit 4d64c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 4d64c4c

Please sign in to comment.