From 04512dcd782880df823a7ee914661dd01883a6bd Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 13 Feb 2025 16:50:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Fix=20help=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dinglehopper/cli.py | 2 +- src/dinglehopper/cli_line_dirs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dinglehopper/cli.py b/src/dinglehopper/cli.py index 5e5e81c..2d3c075 100644 --- a/src/dinglehopper/cli.py +++ b/src/dinglehopper/cli.py @@ -243,7 +243,7 @@ def process_dir( @click.option( "--plain-encoding", 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.version_option() diff --git a/src/dinglehopper/cli_line_dirs.py b/src/dinglehopper/cli_line_dirs.py index 4064de0..0160f87 100644 --- a/src/dinglehopper/cli_line_dirs.py +++ b/src/dinglehopper/cli_line_dirs.py @@ -216,7 +216,7 @@ def process( @click.option( "--plain-encoding", 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): """