1lprint-modify(1) Michael R Sweet lprint-modify(1)
2
3
4
6 lprint-modify - modify a printer queue.
7
9 lprint modify -d PRINTER [ -m DRIVER-NAME ] [ -v DEVICE-URI ] [ -o
10 OPTION=VALUE ]
11 lprint modify -u PRINTER-URI [ -m DRIVER-NAME ] [ -v DEVICE-URI ] [ -o
12 OPTION=VALUE ]
13
15 This command modifies an existing label printer queue.
16
18 The following options are recognized by lprint modify:
19
20 -d PRINTER-NAME
21 Specifies the name of the print queue.
22
23 -m DRIVER-NAME
24 Specifies the name of the print driver. See lprint-drivers(1) for
25 the command to list the available print drivers.
26
27 -o OPTION=VALUE
28 Specifies the default value for the given option name. See
29 lprint-submit(1) for a list of supported options.
30
31 -o label-mode-configured=VALUE
32 Specifies the label printing mode: "applicator", "cutter", "cut‐
33 ter-delayed", "kiosk", "peel-off", "peel-off-prepeel", "rewind",
34 "rfid", or "tear-off".
35
36 -o label-tear-offset-configured=NNNin
37
38 -o label-tear-offset-configured=NNNmm
39 Specifies the label tear-off offset in inches ("NNNin") or mil‐
40 limeters ("NNNmm").
41
42 -o printer-darkness=NNN
43 Specifies the base darkness setting for all print jobs as a per‐
44 centage. 0 represents the lightest printing while 100 represents
45 the darkest printing.
46
47 -o printer-geo-location=geo:=LATLON
48 Specifies the geographic location of the printer as a "geo:" URI.
49
50 -o printer-location=LOCATION
51 Specifies the human-readable location, for example "Rack 42".
52
53 -o printer-organization=ORGANIZATION
54 Specifies the organization name, for example "Acme, Inc.".
55
56 -o printer-organizational-unit=UNIT
57 Specifies the organizational unit, for example "Shipping Depart‐
58 ment".
59
60 -u PRINTER-URI
61 Specifies an "ipp:" or "ipps:" URI for a remote printer.
62
63 -v DEVICE-URI
64 Specifies the device for the print queue. The value can be a
65 socket: URI such as "socket://11.22.33.44" or a usb: URI as listed
66 by the lprint-devices(1) command.
67
69 lprint(1), lprint-add(1), lprint-delete(1), lprint-devices(1), lprint-
70 drivers(1), lprint-options(1), lprint-submit(1)
71
73 Copyright © 2019-2020 by Michael R Sweet.
74
75
76
77January 24, 2020 LPrint lprint-modify(1)