diff --git a/PIL/SpiderImagePlugin.py b/PIL/SpiderImagePlugin.py index a59329497a8..71a51150bf4 100644 --- a/PIL/SpiderImagePlugin.py +++ b/PIL/SpiderImagePlugin.py @@ -293,7 +293,7 @@ def _save_spider(im, fp, filename): 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]