mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 14:13:15 +03:00
Corrected pilprint version number
This commit is contained in:
parent
555544c5cf
commit
1333e23663
|
@ -33,7 +33,7 @@ def description(filepath, image):
|
||||||
return title + format % image.size + image.mode + ")"
|
return title + format % image.size + image.mode + ")"
|
||||||
|
|
||||||
if len(sys.argv) == 1:
|
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("Usage: pilprint files...")
|
||||||
print("Options:")
|
print("Options:")
|
||||||
print(" -c colour printer (default is monochrome)")
|
print(" -c colour printer (default is monochrome)")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user