diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-08-30 10:37:05 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-08-30 10:37:05 -0700 |
| commit | 1b63ea872e86a4ae55c77c003357be5672438e60 (patch) | |
| tree | eeef96423a1b9346f19ab61d12e864d34f82cff2 | |
| parent | Merge pull request #2955 from laanwj/2013_08_htmlescape (diff) | |
| parent | fix help prompt (diff) | |
| download | discoin-1b63ea872e86a4ae55c77c003357be5672438e60.tar.xz discoin-1b63ea872e86a4ae55c77c003357be5672438e60.zip | |
Merge pull request #2957 from Rav3nPL/patch-1
fix help prompt
| -rwxr-xr-x | contrib/misc/linearize.py | 2 |
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]) |