mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
typo
This commit is contained in:
parent
d52fb7c08f
commit
230fa6bd8e
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ def main():
|
|||
elif args.feed:
|
||||
input_type = 'feed'
|
||||
else:
|
||||
error = "You must provide either --wpfile, --dotclear, --posterous, --tumblr, --chrpy or --feed options"
|
||||
error = "You must provide either --wpfile, --dotclear, --posterous, --tumblr, --chyrp or --feed options"
|
||||
exit(error)
|
||||
|
||||
if not os.path.exists(args.output):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue