fixed typo that created an invalid configuration file with the option '--save'

This commit is contained in:
redshark1802 2012-11-30 23:00:03 +01:00
parent 0664e72bea
commit 1675386093

View File

@ -76,7 +76,7 @@ optDict = {
"level": "integer", "level": "integer",
"risk": "integer", "risk": "integer",
"string": "string", "string": "string",
"notString": "notString", "notString": "string",
"regexp": "string", "regexp": "string",
"code": "integer", "code": "integer",
"textOnly": "boolean", "textOnly": "boolean",