diff options
| author | Rav3nPL <[email protected]> | 2013-08-30 18:44:40 +0200 |
|---|---|---|
| committer | Rav3nPL <[email protected]> | 2013-08-30 18:44:40 +0200 |
| commit | 63dc00d10443ddd542c77a793e3a885a377a573a (patch) | |
| tree | eeef96423a1b9346f19ab61d12e864d34f82cff2 | |
| parent | Merge pull request #2955 from laanwj/2013_08_htmlescape (diff) | |
| download | discoin-63dc00d10443ddd542c77a793e3a885a377a573a.tar.xz discoin-63dc00d10443ddd542c77a793e3a885a377a573a.zip | |
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]) |