Merge pull request #1967 from NathanHarrington/config_reload

Add default settings file name to argparse. Fixes #1966
This commit is contained in:
Justin Mayer 2016-09-11 09:14:46 -06:00 committed by GitHub
commit d6ac93a470

View file

@ -277,6 +277,7 @@ def parse_arguments():
'"output" in the current path.')
parser.add_argument('-s', '--settings', dest='settings',
default=DEFAULT_CONFIG_NAME,
help='The settings of the application, this is '
'automatically set to {0} if a file exists with this '
'name.'.format(DEFAULT_CONFIG_NAME))