From 71f7468201e7738ed182659a5f0670a0e3460157 Mon Sep 17 00:00:00 2001 From: Nace Zavrtanik Date: Sat, 28 Mar 2026 11:02:27 +0100 Subject: [PATCH] Help message for --spaceless option corrected --- cfonts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfonts/cli.py b/cfonts/cli.py index dd62adb..e1ef9e4 100644 --- a/cfonts/cli.py +++ b/cfonts/cli.py @@ -98,7 +98,7 @@ def parse_args() -> argparse.Namespace: dest="space", default=True, action="store_false", - help="Use to define the background color", + help="Use to skip empty lines before and after the text output", ) parser.add_argument(