Skip to content

Commit

Permalink
Merge pull request #1766 from radarhere/pilprint
Browse files Browse the repository at this point in the history
Added debug to available options for pilprint
  • Loading branch information
wiredfool committed Mar 14, 2016
2 parents b550b2a + 7c27a3b commit 6f5994d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/pilprint.py
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 6f5994d

Please sign in to comment.