Documentation updates

This commit is contained in:
Solomon Peachy 2021-09-27 06:49:19 -04:00
parent 6c85215ac7
commit 66d66ccb00
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -200,7 +200,7 @@
CUPS backend usage: CUPS backend usage:
DEVICE_URI=someuri \ DEVICE_URI=someuri \
gutenprint52+usb job-id user title num-copies options [ filename ] gutenprint53+usb job-id user title num-copies options [ filename ]
The backend generates output for CUPS to parse, including logging The backend generates output for CUPS to parse, including logging
print counts, reporting loaded media types, and remaining media counts. print counts, reporting loaded media types, and remaining media counts.
@ -209,8 +209,8 @@
communication with the printer! Actually generating print jobs requires communication with the printer! Actually generating print jobs requires
use of Gutenprint compiled with support for CUPS. use of Gutenprint compiled with support for CUPS.
DEVICE_URI=someuri FINAL_CONTENT_TYPE=application/vnd.cups-command \ DEVICE_URI=someuri CONTENT_TYPE=application/vnd.cups-command \
gutenprint52+usb job-id user title num-copies options [ filename ] gutenprint53+usb job-id user title num-copies options [ filename ]
This parses a CUPS command file and performs actions listed in the file. This parses a CUPS command file and performs actions listed in the file.