Renaming --binary to --binary-fields

This commit is contained in:
Miroslav Stampar
2013-02-13 11:27:03 +01:00
parent dd6f50a00e
commit 6314d64a70
3 changed files with 3 additions and 2 deletions

View File

@@ -205,6 +205,7 @@ POST_HINT_CONTENT_TYPES = {
DEPRECATED_OPTIONS = {
"--replicate": "use '--dump-format=SQLITE' instead",
"--no-unescape": "use '--no-escape' instead",
"--binary": "use '--binary-fields' instead",
"--check-payload": None,
}