mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 14:55:35 -04:00
fixed arguments line
This commit is contained in:
parent
b60eafa734
commit
41dd4de86d
@ -44,7 +44,7 @@ class ZND(object):
|
||||
|
||||
def main():
|
||||
if len(sys.argv) == 1:
|
||||
print 'Usage: python bmg.py'
|
||||
print 'Usage: python znd.py <filename>'
|
||||
sys.exit(1)
|
||||
f = open(sys.argv[1], 'rb')
|
||||
if f:
|
||||
|
Loading…
Reference in New Issue
Block a user