Adding switch --output-dir (Issue #53)

This commit is contained in:
Miroslav Stampar
2012-07-03 00:50:23 +02:00
parent 8eefe4b71f
commit 168aeadf76
6 changed files with 21 additions and 1 deletions

View File

@@ -540,6 +540,10 @@ def cmdLineParser():
action="store_true",
help="Uses DBMS hex function(s) for data retrieval")
general.add_option("--output-dir", dest="oDir",
action="store",
help="Custom output directory path")
general.add_option("--parse-errors", dest="parseErrors",
action="store_true",
help="Parse and display DBMS error messages from responses")