Skip to content

Commit 217555a

Browse files
authored
Fix typo in readme (#49) (#58)
1 parent efab2f6 commit 217555a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anybadge/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def parse_args(args):
5151
parser.add_argument('-v', '--value', type=str, help='The badge value.', required=True)
5252
parser.add_argument('-m', '--value-format', type=str, default=None,
5353
help='Formatting string for value (e.g. "%%.2f" for 2dp floats)')
54-
parser.add_argument('-c', '--color', type=str, help='For fixed color badges use --color'
54+
parser.add_argument('-c', '--color', type=str, help='For fixed color badges use --color '
5555
'to specify the badge color.',
5656
default=config.DEFAULT_COLOR)
5757
parser.add_argument('-p', '--prefix', type=str, help='Optional prefix for value.',

0 commit comments

Comments
 (0)