Refactoring of obsolete switch/options cases

This commit is contained in:
Miroslav Stampar
2019-05-27 13:23:50 +02:00
parent 4857f36883
commit a25de423f2
4 changed files with 12 additions and 14 deletions

View File

@@ -280,7 +280,7 @@ POST_HINT_CONTENT_TYPES = {
POST_HINT.ARRAY_LIKE: "application/x-www-form-urlencoded; charset=utf-8",
}
OLD_OPTIONS = {
OBSOLETE_OPTIONS = {
"--replicate": "use '--dump-format=SQLITE' instead",
"--no-unescape": "use '--no-escape' instead",
"--binary": "use '--binary-fields' instead",
@@ -290,7 +290,7 @@ OLD_OPTIONS = {
"--purge-output": "use '--purge' instead",
"--check-payload": None,
"--check-waf": None,
"--identify-waf": None,
"--identify-waf": "functionality being done automatically",
"--pickled-options": "use '--api -c ...' instead",
}