Fix typo.

pull/167/head
Doug Felt 2017-09-15 11:25:19 -07:00
parent 6197b23cda
commit 9e8ca395a1
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def main():
metavar='pfx', default='emoji_u')
parser.add_argument(
'-e', '--ext', help='file name extension (default png)',
choices=['ai', 'png', 'sgv'], default='png')
choices=['ai', 'png', 'svg'], default='png')
parser.add_argument(
'-r', '--replace', help='replace existing files/aliases',
action='store_true')