]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/CLI.py
Set a default usage=None for the CLI.default_option_parser() function.
[dead/census-tools.git] / src / CLI.py
index eb8b21904a53ff622dcecf592f8a8dea481e4b81..b7fcaaff8e49fe8fb377fcdaed8c9cc61caf2938 100644 (file)
@@ -3,7 +3,7 @@ from optparse import OptionParser
 import Configuration.Defaults
 
 
-def default_option_parser(usage):
+def default_option_parser(usage=None):
     # -h (help) Conflicts with -h HOSTNAME
     parser = OptionParser(usage=usage, add_help_option = False)