blob: cfa4eb63344f1211ab6091125a13b997a224280c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- SECTION: Man Pages -->
<head>
<link rel="stylesheet" type="text/css" href="../cups-printable.css">
<title>lpinfo(8)</title>
</head>
<body>
<h1 class="title">lpinfo(8)</h1>
<h2 class="title"><a name="NAME">Name</a></h2>
lpinfo - show available devices or drivers
<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
<b>lpinfo
</b>[ -E ] [ -U
<i>username
</i>] [ -h
<i>server[:port]
</i>] [ -l ] [ --device-id
<i>device-id-string
</i>] [ --exclude-schemes
<i>scheme-list
</i>] [ --include-schemes
<i>scheme-list
</i>] [ --language
<i>locale
</i>] [ --make-and-model
<i>name
</i>] [ --product
<i>name
</i>] -m
<br>
<b>lpinfo
</b>[ -E ] [ -U
<i>username
</i>] [ -h
<i>server[:port]
</i>] [ -l ] [ --exclude-schemes
<i>scheme-list
</i>] [ --include-schemes
<i>scheme-list
</i>] [ --timeout
<i>seconds
</i>] -v
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
<i>lpinfo</i> lists the available devices or drivers known to the
CUPS server. The first form (<i>-m</i>) lists the available
drivers, while the second form (<i>-v</i>) lists the available
devices.
<h2 class="title"><a name="OPTIONS">Options</a></h2>
<i>lpinfo</i> accepts the following options:
<dl>
<dt>-E
</dt>
<dd></dd>
<dd>Forces encryption when connecting to the server.
</dd>
<dt>-U username
</dt>
<dd></dd>
<dd>Sets the username to use when connecting to the server.
</dd>
<dt>-h server[:port]
</dt>
<dd></dd>
<dd>Selects an alternate server.
</dd>
<dt>-l
</dt>
<dd></dd>
<dd>Shows a "long" listing of devices or drivers.
</dd>
<dt>--device-id device-id-string
</dt>
<dd></dd>
<dd>Specifies the IEEE-1284 device ID to match when listing drivers with the
<i>-m</i> option.
</dd>
<dt>--exclude-schemes scheme-list
</dt>
<dd></dd>
<dd>Specifies a comma-separated list of device or PPD schemes that should be
excluded from the results. Static PPD files use the "file" scheme.
</dd>
<dt>--include-schemes scheme-list
</dt>
<dd></dd>
<dd>Specifies a comma-separated list of device or PPD schemes that should be
included in the results. Static PPD files use the "file" scheme.
</dd>
<dt>--language locale
</dt>
<dd></dd>
<dd>Specifies the language to match when listing drivers with the <i>-m</i> option.
</dd>
<dt>--make-and-model name
</dt>
<dd></dd>
<dd>Specifies the make and model to match when listing drivers with the <i>-m</i>
option.
</dd>
<dt>--product name
</dt>
<dd></dd>
<dd>Specifies the product to match when listing drivers with the <i>-m</i> option.
</dd>
<dt>--timeout seconds
</dt>
<dd></dd>
<dd>Specifies the timeout when listing devices with the <i>-v</i> option.
</dd>
</dl>
<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
The <i>lpinfo</i> command is unique to CUPS.
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
<a href='man-lpadmin.html?TOPIC=Man+Pages'>lpadmin(8)</a>,
<br>
<a href='http://localhost:631/help'>http://localhost:631/help</a>
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
Copyright 2007-2013 by Apple Inc.
</body>
</html>
|