Fixed a typo which caused help (-h) to fail.
This commit is contained in:
parent
c9826c34d0
commit
b71153a027
|
@ -58,7 +58,7 @@ SPACE = ' '
|
|||
|
||||
|
||||
def usage(code, msg=''):
|
||||
print >> sys.stderr, __docs__ % globals()
|
||||
print >> sys.stderr, __doc__ % globals()
|
||||
if msg:
|
||||
print >> sys.stderr, msg
|
||||
sys.exit(code)
|
||||
|
|
Loading…
Reference in New Issue