1
0
Fork 0
forked from github/pelican

Fixing help text

This commit is contained in:
Will Dowling 2013-03-26 02:42:11 +00:00
commit de69739774

View file

@ -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',