Merge pull request #1863 from radarhere/spiderimageplugin

Improved SpiderImagePlugin help text
This commit is contained in:
wiredfool 2016-04-29 20:41:03 +01:00
commit b852ce1255

View File

@ -293,7 +293,7 @@ Image.register_save(SpiderImageFile.format, _save_spider)
if __name__ == "__main__":
if not sys.argv[1:]:
print("Syntax: python SpiderImagePlugin.py Spiderimage [outfile]")
print("Syntax: python SpiderImagePlugin.py [infile] [outfile]")
sys.exit()
filename = sys.argv[1]