Corrected pilprint version number

This commit is contained in:
Andrew Murray 2016-03-12 10:30:28 +11:00
parent 555544c5cf
commit 1333e23663

View File

@ -33,7 +33,7 @@ def description(filepath, image):
return title + format % image.size + image.mode + ")"
if len(sys.argv) == 1:
print("PIL Print 0.2a1/96-10-04 -- print image files")
print("PIL Print 0.3/2003-05-05 -- print image files")
print("Usage: pilprint files...")
print("Options:")
print(" -c colour printer (default is monochrome)")