Skip to content

Commit 87d9822

Browse files
author
neocogent
committed
fix supernova usage msg bug
1 parent f5f41da commit 87d9822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/supernova

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def b58hex(s58):
3131
return '%x' % num
3232

3333

34-
if len(sys.argv) < 1:
34+
if len(sys.argv) < 2:
3535
print "Usage: %s <desired address>\n" % sys.argv[0]
3636
sys.exit(1)
3737

0 commit comments

Comments
 (0)