From dd4cb7fbd08f9a2598bcce0bd1fb732e8d1b233e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 27 Apr 2016 22:28:46 +1000 Subject: [PATCH] Improved SpiderImagePlugin help text --- PIL/SpiderImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/SpiderImagePlugin.py b/PIL/SpiderImagePlugin.py index a59329497..71a51150b 100644 --- a/PIL/SpiderImagePlugin.py +++ b/PIL/SpiderImagePlugin.py @@ -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]