Skip to content

Commit

Permalink
Merge pull request #1863 from radarhere/spiderimageplugin
Browse files Browse the repository at this point in the history
Improved SpiderImagePlugin help text
  • Loading branch information
wiredfool committed Apr 29, 2016
2 parents 1c6ec82 + dd4cb7f commit b852ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIL/SpiderImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b852ce1

Please sign in to comment.