Implementation for an Issue #128

This commit is contained in:
Miroslav Stampar
2012-10-05 10:24:09 +02:00
parent 098e446ca4
commit ebc7088f94
6 changed files with 30 additions and 11 deletions

View File

@@ -302,6 +302,9 @@ def cmdLineParser():
"and data contained in the tables. Moreover "
"you can run your own SQL statements")
enumeration.add_option("-a", "--all", dest="getAll",
action="store_true", help="Retrieve everything")
enumeration.add_option("-b", "--banner", dest="getBanner",
action="store_true", help="Retrieve DBMS banner")