From f11747732e5e52e67902864ac99e1c49fdede64b Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 9 Jan 2013 12:30:13 +0000 Subject: [PATCH] added missing command line options --- lib/core/optiondict.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index ba6b98c3e..4278c1214 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -196,6 +196,7 @@ optDict = { "answers": "string", "beep": "boolean", "checkPayload": "boolean", + "checkWaf": "boolean", "cleanup": "boolean", "dependencies": "boolean", "disableColoring": "boolean",