Lint and format fix.
This commit is contained in:
parent
09dcb1a050
commit
e5a8f93630
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue