]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpinfo.8
Changelog
[thirdparty/cups.git] / man / lpinfo.8
CommitLineData
ef416fc2 1.\"
6e12033b 2.\" lpinfo man page for CUPS.
ef416fc2 3.\"
87030afb
MS
4.\" Copyright © 2007-2019 by Apple Inc.
5.\" Copyright © 1997-2006 by Easy Software Products.
ef416fc2 6.\"
87030afb
MS
7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8.\" information.
ef416fc2 9.\"
87030afb 10.TH lpinfo 8 "CUPS" "26 April 2019" "Apple Inc."
ef416fc2 11.SH NAME
87030afb 12lpinfo \- show available devices or drivers (deprecated)
ef416fc2 13.SH SYNOPSIS
14.B lpinfo
6e12033b
MS
15[
16.B \-E
17] [
6e12033b
MS
18\fB\-h \fIserver\fR[\fB:\fIport\fR]
19] [
20.B \-l
21] [
22.B \-\-device\-id
58dc1933 23.I device-id-string
6e12033b
MS
24] [
25.B \-\-exclude\-schemes
ed6e7faf 26.I scheme-list
6e12033b
MS
27] [
28.B \-\-include\-schemes
ed6e7faf 29.I scheme-list
6e12033b
MS
30] [
31.B \-\-language
58dc1933 32.I locale
6e12033b
MS
33] [
34.B \-\-make\-and\-model
58dc1933 35.I name
6e12033b
MS
36] [
37.B \-\-product
58dc1933 38.I name
6e12033b
MS
39]
40.B \-m
bd7854cb 41.br
42.B lpinfo
6e12033b
MS
43[
44.B \-E
45] [
6e12033b
MS
46\fB\-h \fIserver\fR[\fB:\fIport\fR]
47] [
48.B \-l
49] [
50.B \-\-exclude\-schemes
ed6e7faf 51.I scheme-list
6e12033b
MS
52] [
53.B \-\-include\-schemes
ed6e7faf 54.I scheme-list
6e12033b
MS
55] [
56.B \-\-timeout
58dc1933 57.I seconds
6e12033b
MS
58]
59.B \-v
ef416fc2 60.SH DESCRIPTION
6e12033b
MS
61\fBlpinfo\fR lists the available devices or drivers known to the CUPS server.
62The first form (\fI-m\fR) lists the available drivers, while the second form (\fI-v\fR) lists the available devices.
bd7854cb 63.SH OPTIONS
6e12033b 64\fBlpinfo\fR accepts the following options:
ef416fc2 65.TP 5
6e12033b 66.B \-E
ef416fc2 67Forces encryption when connecting to the server.
68.TP 5
6e12033b 69\fB\-h \fIserver\fR[\fB:\fIport\fR]
bd7854cb 70Selects an alternate server.
ef416fc2 71.TP 5
6e12033b 72.B \-l
bd7854cb 73Shows a "long" listing of devices or drivers.
58dc1933 74.TP 5
6e12033b
MS
75\fB\-\-device\-id \fIdevice-id-string\fR
76Specifies the IEEE-1284 device ID to match when listing drivers with the \fI\-m\fR option.
58dc1933 77.TP 5
6e12033b
MS
78\fB\-\-exclude\-schemes \fIscheme-list\fR
79Specifies a comma-delimited list of device or PPD schemes that should be excluded from the results.
80Static PPD files use the "file" scheme.
ed6e7faf 81.TP 5
6e12033b
MS
82\fB\-\-include\-schemes \fIscheme-list\fR
83Specifies a comma-delimited list of device or PPD schemes that should be included in the results.
84Static PPD files use the "file" scheme.
ed6e7faf 85.TP 5
6e12033b
MS
86\fB\-\-language \fIlocale\fR
87Specifies the language to match when listing drivers with the \fI\-m\fR option.
58dc1933 88.TP 5
6e12033b
MS
89\fB\-\-make\-and\-model \fIname\fR
90Specifies the make and model to match when listing drivers with the \fI\-m\fR option.
58dc1933 91.TP 5
6e12033b
MS
92\fB\-\-product \fIname\fR
93Specifies the product to match when listing drivers with the \fI\-m\fR option.
58dc1933 94.TP 5
6e12033b
MS
95\fB\-\-timeout \fIseconds\fR
96Specifies the timeout when listing devices with the \fI\-v\fR option.
97.SH CONFORMING TO
bd7854cb 98The \fIlpinfo\fR command is unique to CUPS.
6e12033b
MS
99.SH EXAMPLES
100List all devices:
101.nf
102
103 lpinfo \-v
104
105.fi
106List all drivers:
107.nf
108
109 lpinfo \-m
110
111.fi
112List drivers matching "HP LaserJet":
113.nf
114
115 lpinfo \-\-make\-and\-model "HP LaserJet" \-m
116.fi
87030afb
MS
117.SH NOTES
118CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
119Printers that do not support IPP can be supported using applications such as
120.BR ippeveprinter (1).
ef416fc2 121.SH SEE ALSO
6e12033b
MS
122.BR lpadmin (8),
123CUPS Online Help (http://localhost:631/help)
ef416fc2 124.SH COPYRIGHT
87030afb 125Copyright \[co] 2007-2019 by Apple Inc.