diff --git a/pelican/__init__.py b/pelican/__init__.py index 30b3c2f8..f676c33f 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -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))