fix(CLI): fix help message for abort options (#1130)
fix help message Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
e1c49ad727
commit
4d64c4c0b6
@ -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[
|
||||
|
Loading…
Reference in New Issue
Block a user