aboutsummaryrefslogtreecommitdiffstats
path: root/luatablegen.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-08 11:27:13 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-08 11:27:13 +0000
commit228e03d2629e012fce5951f8e75314892377b986 (patch)
tree8cefdfa69c249d671e18be95efb20ef8166e0164 /luatablegen.py
parentupdate (diff)
downloadluatablegen-228e03d2629e012fce5951f8e75314892377b986.tar.gz
luatablegen-228e03d2629e012fce5951f8e75314892377b986.zip
added readme
Diffstat (limited to '')
-rwxr-xr-xluatablegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/luatablegen.py b/luatablegen.py
index 3fc39b3..c46f023 100755
--- a/luatablegen.py
+++ b/luatablegen.py
@@ -87,7 +87,7 @@ class Argparser(object):
parser.add_argument("--luaheader", type=str, help="path to lua header files")
parser.add_argument("--dbg", action="store_true", help="debug", default=False)
parser.add_argument("--singlefile", action="store_true", help="should all the generated code be added to a single file", default=False)
- parser.add_argument("--makemacro", action="store_true", help="generate a makefile containing all objects in a macro to be included by abother makefile", default=False)
+ parser.add_argument("--makemacro", action="store_true", help="generate a makefile containing all objects in a macro to be included by another makefile", default=False)
parser.add_argument("--outfile", type=str, help="name of the output file if signlefile is set, ignored otherwise")
parser.add_argument("--headeraggr", type=str, help="header aggregate file name")
parser.add_argument("--lualibpath", type=str, help="where the lua module file will be placed")