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
6b10d86407
commit
dd62f293d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue