re-renaming of brute force switches. this way is better.

This commit is contained in:
Miroslav Stampar
2010-11-11 07:57:44 +00:00
parent ca06db8f28
commit 24238ccd0b
4 changed files with 8 additions and 8 deletions

View File

@@ -392,11 +392,11 @@ sqlShell = False
# Check existence of common tables.
# Valid: True or False
bruteTables = False
commonTables = False
# Check existence of common columns.
# Valid: True or False
bruteColumns = False
commonColumns = False
# These options can be used to create custom user-defined functions.