Skip to content

Commit

Permalink
Corrected version number, added debug to available options
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 11, 2016
1 parent 555544c commit ac09bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/pilprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ 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)")
print(" -d debug (show available drivers)")
print(" -p print via lpr (default is stdout)")
print(" -P <printer> same as -p but use given printer")
sys.exit(1)
Expand Down

0 comments on commit ac09bc5

Please sign in to comment.