mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update pelican_import.py
This commit is contained in:
parent
3c2228f593
commit
973ae8b6d1
1 changed files with 3 additions and 2 deletions
|
|
@ -790,8 +790,9 @@ def main():
|
|||
'-o', '--output', dest='output', default='output',
|
||||
help='Output path')
|
||||
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.'))
|
||||
help=('Where to output the generated markup files. If not specified, '
|
||||
'a directory will be created, named "content" in the current '
|
||||
'path.'))
|
||||
parser.add_argument(
|
||||
'--dir-cat', action='store_true', dest='dircat',
|
||||
help='Put files in directories with categories name')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue