Skip to content

Commit 224aa02

Browse files
committed
🚧 Fix help text
1 parent 9db5b4c commit 224aa02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/dinglehopper/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def process_dir(
243243
@click.option(
244244
"--plain-encoding",
245245
default="autodetect",
246-
help='Encoding (e.g. "utf-8") of plain text files',
246+
help='Encoding (e.g. "utf-8") of plain text files',
247247
)
248248
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
249249
@click.version_option()

‎src/dinglehopper/cli_line_dirs.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def process(
216216
@click.option(
217217
"--plain-encoding",
218218
default="autodetect",
219-
help='Encoding (e.g. "utf-8") of plain text files',
219+
help='Encoding (e.g. "utf-8") of plain text files',
220220
)
221221
def main(gt, ocr, report_prefix, metrics, gt_suffix, ocr_suffix, plain_encoding):
222222
"""

0 commit comments

Comments
 (0)