Lint and format fix.

This commit is contained in:
Ken Sternberg 2017-05-04 10:40:26 -07:00
parent 09dcb1a050
commit e5a8f93630
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def print_help(options, name):
for item in options:
print(' {:<2} --{:<12} {}'.format((item[0] and ('-' + item[0])) or '', item[1], item[3]))
def print_version(name, version):
print(_('{} {} Copyright (c) 2009, 2016 Kennth M. "Elf" Sternberg').format(name, version))