From 5920d16cf667e54dadfef17cfcd845f08117c241 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 6 Jan 2015 15:25:24 +0100 Subject: [PATCH] Adding a warning message for deprecated switch '--check-waf+ --- lib/core/dicts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/dicts.py b/lib/core/dicts.py index 40d2892c6..0fa0f4685 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -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 = {