mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added missing whitespace in the CLI help
This commit is contained in:
parent
51f760edc2
commit
bb24c05b90
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ def main():
|
||||||
parser.add_argument(dest='path', nargs='?',
|
parser.add_argument(dest='path', nargs='?',
|
||||||
help='Path where to find the content files')
|
help='Path where to find the content files')
|
||||||
parser.add_argument('-t', '--theme-path', dest='theme',
|
parser.add_argument('-t', '--theme-path', dest='theme',
|
||||||
help='Path where to find the theme templates. If not specified, it will'
|
help='Path where to find the theme templates. If not specified, it'
|
||||||
'use the default one included with pelican.')
|
'will use the default one included with pelican.')
|
||||||
parser.add_argument('-o', '--output', dest='output',
|
parser.add_argument('-o', '--output', dest='output',
|
||||||
help='Where to output the generated files. If not specified, a directory'
|
help='Where to output the generated files. If not specified, a directory'
|
||||||
' will be created, named "output" in the current path.')
|
' will be created, named "output" in the current path.')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue