fix syntax. how has this been working..?

This commit is contained in:
Wil Clouser 2013-12-19 09:35:38 -08:00
Родитель da8673366f
Коммит 83c1b5d980
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,8 @@ def main():
"terminated with a timeout exception.",
default="60")
parser.add_argument("--acorn",
const=True
action="store_const",
const=True,
help="Uses Acorn instead of Spidermonkey for JS "
"parsing. Requirees Node and Acorn.")