mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
minor whitespace fix
This commit is contained in:
parent
c58406f71c
commit
a907fbadc8
1 changed files with 2 additions and 1 deletions
|
|
@ -789,7 +789,8 @@ def main():
|
|||
parser.add_argument(
|
||||
'-o', '--output', dest='output', default='output',
|
||||
help='Output path')
|
||||
parser.add_argument('-o', '--output', dest='output', default='content',
|
||||
parser.add_argument(
|
||||
'-o', '--output', dest='output', default='content',
|
||||
help=('Where to output the generated markup files. If not specified, '
|
||||
'a directory will be created, named "content" in the current '
|
||||
'path.'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue