Minor update

This commit is contained in:
Miroslav Stampar
2019-11-20 17:28:25 +01:00
parent e808496ed3
commit 99565f2cb3
3 changed files with 9 additions and 5 deletions

View File

@@ -411,7 +411,7 @@ def cmdLineParser(argv=None):
help="Perform an extensive DBMS version fingerprint")
# Enumeration options
enumeration = parser.add_argument_group("Enumeration", "These options can be used to enumerate the back-end database management system information, structure and data contained in the tables. Moreover you can run your own SQL statements")
enumeration = parser.add_argument_group("Enumeration", "These options can be used to enumerate the back-end database management system information, structure and data contained in the tables")
enumeration.add_argument("-a", "--all", dest="getAll", action="store_true",
help="Retrieve everything")