mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01: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