This commit is contained in:
committer
2024-05-24 14:49:43 -05:00
parent 8ef7a3f3ed
commit 623190e2e9

View File

@@ -206,7 +206,7 @@ if [ ${operation} == "dots" ] ; then
# man page:
# https://www.cups.org/doc/man-lpadmin.html
# info
# current printers:
# Description: Canon MG2500
# Location: NAS
@@ -221,8 +221,9 @@ if [ ${operation} == "dots" ] ; then
# Defaults: job-sheets=none, none media=iso_a4_210x297mm sides=one-sided
# outdated commands:
#lpadmin -p Brother_HL-L2310D_series -D "Brother HL-L2310D_series" -E -v usb://Brother/HL-L2310D%20series?serial=E78096L7N181893 -m lsb/usr/cupsfilters/brother-HLL2310D-cups-en.ppd
#lpadmin -p Brother_QL-700 -D "Brother QL-700" -E -v usb://Brother/QL-700?serial=000L0Z530516 -m brother_ql700_printer_en.ppd
# -p is an obsolete flag
# lpadmin -p Brother_HL-L2310D_series -D "Brother HL-L2310D_series" -E -v usb://Brother/HL-L2310D%20series?serial=E78096L7N181893 -m lsb/usr/cupsfilters/brother-HLL2310D-cups-en.ppd
# lpadmin -p Brother_QL-700 -D "Brother QL-700" -E -v usb://Brother/QL-700?serial=000L0Z530516 -m brother_ql700_printer_en.ppd
# EXAMPLE OF FILE MANIPULATION (from lnxPub's `cli/2103mjr/scr/80_urxvt.sh`)