Adding a warning message for deprecated switch '--check-waf+

This commit is contained in:
Miroslav Stampar 2015-01-06 15:25:24 +01:00
parent 45bdefd29b
commit 5920d16cf6

View File

@ -215,6 +215,7 @@ DEPRECATED_OPTIONS = {
"--no-unescape": "use '--no-escape' instead",
"--binary": "use '--binary-fields' instead",
"--check-payload": None,
"--check-waf": None,
}
DUMP_DATA_PREPROCESS = {