fixed arguments line

This commit is contained in:
megazig 2009-06-30 13:52:20 -05:00
parent b60eafa734
commit 41dd4de86d

View File

@ -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: