mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 15:46:14 +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:
|
elif args.feed:
|
||||||
input_type = 'feed'
|
input_type = 'feed'
|
||||||
else:
|
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)
|
exit(error)
|
||||||
|
|
||||||
if not os.path.exists(args.output):
|
if not os.path.exists(args.output):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue