added skeleton code for issue #34, still not usable

This commit is contained in:
Bernardo Damele
2012-07-02 00:22:34 +01:00
parent 4736d46677
commit 7b4ecd9df0
5 changed files with 37 additions and 3 deletions

View File

@@ -516,10 +516,13 @@ def cmdLineParser():
help="Delimiting character used in CSV output "
"(default \"%s\")" % defaults.csvDel)
general.add_option("--dbms-cred", dest="dCred",
help="DBMS authentication credentials (user:password)")
general.add_option("--eta", dest="eta",
action="store_true",
help="Display for each output the "
"estimated time of arrival")
"estimated time of arrival")
general.add_option("--flush-session", dest="flushSession",
action="store_true",