Minor update

This commit is contained in:
Miroslav Stampar
2019-04-30 14:04:39 +02:00
parent 1e03b23ccb
commit 48c55d15ea
8 changed files with 12 additions and 12 deletions

View File

@@ -448,7 +448,7 @@ def cmdLineParser(argv=None):
enumeration.add_option("--last", dest="lastChar", type="int",
help="Last query output word character to retrieve")
enumeration.add_option("--sql-query", dest="query",
enumeration.add_option("--sql-query", dest="sqlQuery",
help="SQL statement to be executed")
enumeration.add_option("--sql-shell", dest="sqlShell", action="store_true",