This commit is contained in:
icyleaf 2013-09-17 22:54:42 +08:00
commit 230fa6bd8e

View file

@ -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):