fix help prompt

This commit is contained in:
Rav3nPL 2013-08-30 18:44:40 +02:00
parent 329de9bb64
commit 63dc00d104
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def get_blocks(settings):
if __name__ == '__main__':
if len(sys.argv) != 2:
print "Usage: mkbootstrap.py CONFIG-FILE"
print "Usage: lineraize.py CONFIG-FILE"
sys.exit(1)
f = open(sys.argv[1])