Skip to content

Commit

Permalink
Fix output for --help
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani authored and hartwork committed Jan 12, 2024
1 parent 474fa22 commit 9af0297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansi2html/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ def main() -> None:
default="ansi2html",
choices=scheme_names,
help=(
"Specify color palette scheme. Default: %%default. Choices: %s"
"Specify color palette scheme. Default: '%%(default)s'. Choices: %s"
% scheme_names
),
)
Expand Down

0 comments on commit 9af0297

Please sign in to comment.