added missing whitespace in the CLI help

This commit is contained in:
derdon 2011-04-26 02:37:56 +02:00 committed by Nicolas Duhamel
commit bb24c05b90

View file

@ -91,8 +91,8 @@ def main():
parser.add_argument(dest='path', nargs='?',
help='Path where to find the content files')
parser.add_argument('-t', '--theme-path', dest='theme',
help='Path where to find the theme templates. If not specified, it will'
'use the default one included with pelican.')
help='Path where to find the theme templates. If not specified, it'
'will use the default one included with pelican.')
parser.add_argument('-o', '--output', dest='output',
help='Where to output the generated files. If not specified, a directory'
' will be created, named "output" in the current path.')