mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update the README / CLI
This commit is contained in:
parent
4c85555d33
commit
3cbd60360d
3 changed files with 50 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ parser = argparse.ArgumentParser(description="""A tool to generate a
|
|||
static blog, with restructured text input files.""")
|
||||
|
||||
parser.add_argument(dest='path',
|
||||
help='Path where to find the content files (default is "content").')
|
||||
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.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue