mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #1863 from radarhere/spiderimageplugin
Improved SpiderImagePlugin help text
This commit is contained in:
commit
b852ce1255
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user