fixed typos

This commit is contained in:
Luis Parravicini 2013-11-10 08:25:01 -03:00
parent deeaa4d1bc
commit 90df6fc763
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def checkParams():
metavar="PROGRAMMING_NAME",
type="choice",
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
(opts, args) = parser.parse_args()