Skip to content

Commit c313b66

Browse files
Help message for --spaceless option corrected (#53)
1 parent d3fd845 commit c313b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfonts/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def parse_args() -> argparse.Namespace:
9898
dest="space",
9999
default=True,
100100
action="store_false",
101-
help="Use to define the background color",
101+
help="Use to skip empty lines before and after the text output",
102102
)
103103

104104
parser.add_argument(

0 commit comments

Comments
 (0)