added new option --flush-session

This commit is contained in:
Miroslav Stampar
2010-03-04 13:01:18 +00:00
parent a839566bb2
commit 58d54b6515
5 changed files with 52 additions and 37 deletions

View File

@@ -397,6 +397,9 @@ def cmdLineParser():
help="Save and resume all data retrieved "
"on a session file")
miscellaneous.add_option("--flush-session", dest="flushSession", action="store_true",
help="Flush session file for current target")
miscellaneous.add_option("--eta", dest="eta", action="store_true",
help="Display for each output the "
"estimated time of arrival")