Merge pull request #4155 from luisparravicini/issue-3136

typos in create_project.py
This commit is contained in:
James Chen 2013-11-10 04:52:42 -08:00
commit f6aa50f6b2
1 changed files with 1 additions and 1 deletions

View File

@ -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()