1
0
Fork 0
forked from github/pelican

Adding information to argparse help

This commit is contained in:
Will Dowling 2013-03-26 10:37:37 +08:00
commit 0d43017704

View file

@ -222,7 +222,8 @@ def parse_arguments():
'them separated by commas.')
parser.add_argument('-s', '--settings', dest='settings',
help='The settings of the application.')
help='The settings of the application, this defaults to {0} if a file, '
'exists with this name.'.format(DEFAULT_CONFIG_NAME))
parser.add_argument('-d', '--delete-output-directory',
dest='delete_outputdir',