mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4155 from luisparravicini/issue-3136
typos in create_project.py
This commit is contained in:
commit
f6aa50f6b2
|
@ -30,7 +30,7 @@ def checkParams():
|
||||||
metavar="PROGRAMMING_NAME",
|
metavar="PROGRAMMING_NAME",
|
||||||
type="choice",
|
type="choice",
|
||||||
choices=["cpp", "lua", "javascript"],
|
choices=["cpp", "lua", "javascript"],
|
||||||
help="Major programing language you want to used, should be [cpp | lua | javascript]")
|
help="Major programming language you want to use, should be [cpp | lua | javascript]")
|
||||||
|
|
||||||
#parse the params
|
#parse the params
|
||||||
(opts, args) = parser.parse_args()
|
(opts, args) = parser.parse_args()
|
||||||
|
|
Loading…
Reference in New Issue