Minor patch related to the email from ML

This commit is contained in:
Miroslav Stampar
2017-02-14 13:14:35 +01:00
parent f5cf22a536
commit a35d1e5373
5 changed files with 14 additions and 8 deletions

View File

@@ -777,6 +777,9 @@ def cmdLineParser(argv=None):
parser.add_option("--disable-precon", dest="disablePrecon", action="store_true",
help=SUPPRESS_HELP)
parser.add_option("--disable-stats", dest="disableStats", action="store_true",
help=SUPPRESS_HELP)
parser.add_option("--profile", dest="profile", action="store_true",
help=SUPPRESS_HELP)