mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 07:37:54 +00:00
fix help prompt
This commit is contained in:
parent
329de9bb64
commit
63dc00d104
@ -89,7 +89,7 @@ def get_blocks(settings):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(sys.argv) != 2:
|
if len(sys.argv) != 2:
|
||||||
print "Usage: mkbootstrap.py CONFIG-FILE"
|
print "Usage: lineraize.py CONFIG-FILE"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
f = open(sys.argv[1])
|
f = open(sys.argv[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user