aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-08-30 10:37:05 -0700
committerWladimir J. van der Laan <[email protected]>2013-08-30 10:37:05 -0700
commit1b63ea872e86a4ae55c77c003357be5672438e60 (patch)
treeeeef96423a1b9346f19ab61d12e864d34f82cff2
parentMerge pull request #2955 from laanwj/2013_08_htmlescape (diff)
parentfix help prompt (diff)
downloaddiscoin-1b63ea872e86a4ae55c77c003357be5672438e60.tar.xz
discoin-1b63ea872e86a4ae55c77c003357be5672438e60.zip
Merge pull request #2957 from Rav3nPL/patch-1
fix help prompt
-rwxr-xr-xcontrib/misc/linearize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/misc/linearize.py b/contrib/misc/linearize.py
index b4f02b795..f9d0b457e 100755
--- a/contrib/misc/linearize.py
+++ b/contrib/misc/linearize.py
@@ -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])