mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Make the "path" argument the default one
This commit is contained in:
parent
f105233d39
commit
dbe4229e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import argparse
|
|||
parser = argparse.ArgumentParser(description="""A tool to generate a
|
||||
static blog, with restructured text input files.""")
|
||||
|
||||
parser.add_argument('-p', '--path', dest='path',
|
||||
parser.add_argument(dest='path',
|
||||
help='Path where to find the content files (default is "content").')
|
||||
parser.add_argument('-t', '--templates-path', dest='templates',
|
||||
help='Path where to find the templates. If not specified, will uses the'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue