From de6973977403e2ccf75de0b91704bd60f38361df Mon Sep 17 00:00:00 2001 From: Will Dowling Date: Tue, 26 Mar 2013 02:42:11 +0000 Subject: [PATCH] Fixing help text --- pelican/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index 61638727..aa283f11 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -222,8 +222,8 @@ def parse_arguments(): 'them separated by commas.') parser.add_argument('-s', '--settings', dest='settings', - help='The settings of the application, this defaults to {0} if a file, ' - 'exists with this name.'.format(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)) parser.add_argument('-d', '--delete-output-directory', dest='delete_outputdir',