X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=src%2FCLI.py;h=b7fcaaff8e49fe8fb377fcdaed8c9cc61caf2938;hp=eb8b21904a53ff622dcecf592f8a8dea481e4b81;hb=d67b2e640133c45a31813ec853e58a866553134a;hpb=34556a43e5ba2725e00ce097dd2a1cfd3bf21e9e diff --git a/src/CLI.py b/src/CLI.py index eb8b219..b7fcaaf 100644 --- a/src/CLI.py +++ b/src/CLI.py @@ -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)