diff options
author | alon@honor <none@none> | 2010-09-26 15:59:54 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-26 15:59:54 -0700 |
commit | 7ffcdba83938c3bada5c76165f6c1216e3e9083f (patch) | |
tree | 2a758d473b4b471e4ec33ff66c1e034a1823a62d /emscripten.py | |
parent | d4221c3e1a6606ad517eca4ba8bc500ed1c0b315 (diff) |
beginnings of SDL support; minor fixes for SDL; raytrace web demo
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index edd4371a..6ab17de9 100755 --- a/emscripten.py +++ b/emscripten.py @@ -19,7 +19,7 @@ def emscripten(filename, settings): if __name__ == '__main__': if sys.argv.__len__() not in [2,3,4]: print ''' -Emscripten usage: emscripten.py [INFILE PATH-TO-JS-ENGINE] [SETTINGS] +Emscripten usage: emscripten.py INFILE [PATH-TO-JS-ENGINE] [SETTINGS] INFILE must be in human-readable LLVM disassembly form (i.e., as text, not binary). |