mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change pelican-import output directory default name to "content" (fix #2250)
This commit is contained in:
parent
56a483475b
commit
a091a4b8b9
2 changed files with 2 additions and 2 deletions
|
|
@ -790,7 +790,7 @@ def main():
|
|||
'--feed', action='store_true', dest='feed',
|
||||
help='Feed to parse')
|
||||
parser.add_argument(
|
||||
'-o', '--output', dest='output', default='output',
|
||||
'-o', '--output', dest='output', default='content',
|
||||
help='Output path')
|
||||
parser.add_argument(
|
||||
'-m', '--markup', dest='markup', default='rst',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue