mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 10:14:30 +03:00
Improved SpiderImagePlugin help text
This commit is contained in:
parent
72766b8f4e
commit
dd4cb7fbd0
|
@ -293,7 +293,7 @@ Image.register_save(SpiderImageFile.format, _save_spider)
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
if not sys.argv[1:]:
|
if not sys.argv[1:]:
|
||||||
print("Syntax: python SpiderImagePlugin.py Spiderimage [outfile]")
|
print("Syntax: python SpiderImagePlugin.py [infile] [outfile]")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
filename = sys.argv[1]
|
filename = sys.argv[1]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user