mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 14:40:00 +02:00
🚧 Fix help text
This commit is contained in:
parent
9db5b4caf5
commit
224aa02163
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ def process_dir(
|
||||||
@click.option(
|
@click.option(
|
||||||
"--plain-encoding",
|
"--plain-encoding",
|
||||||
default="autodetect",
|
default="autodetect",
|
||||||
help='Encoding (e.g. "utf-8") of plain text files',
|
help='Encoding (e.g. "utf-8") of plain text files',
|
||||||
)
|
)
|
||||||
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
|
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
|
||||||
@click.version_option()
|
@click.version_option()
|
||||||
|
|
|
@ -216,7 +216,7 @@ def process(
|
||||||
@click.option(
|
@click.option(
|
||||||
"--plain-encoding",
|
"--plain-encoding",
|
||||||
default="autodetect",
|
default="autodetect",
|
||||||
help='Encoding (e.g. "utf-8") of plain text files',
|
help='Encoding (e.g. "utf-8") of plain text files',
|
||||||
)
|
)
|
||||||
def main(gt, ocr, report_prefix, metrics, gt_suffix, ocr_suffix, plain_encoding):
|
def main(gt, ocr, report_prefix, metrics, gt_suffix, ocr_suffix, plain_encoding):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue