From 76dcd64a8224f1f85144557b68618d3bd3ec6b86 Mon Sep 17 00:00:00 2001 From: Nathan Harrington Date: Mon, 30 May 2016 09:09:53 -0400 Subject: [PATCH] Fixes #1966 --- pelican/__init__.py | 1 + 1 file changed, 1 insertion(+) 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))