]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-lpmove.html
Add HTML man pages.
[thirdparty/cups.git] / doc / help / man-lpmove.html
CommitLineData
62b97abe 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>lpmove(8)</title>
7</head>
8<body>
9<h1 class="title">lpmove(8)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11lpmove - move a job or all jobs to a new destination
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13<b>lpmove
14</b>[ -E ] [ -h
15<i>server[:port]
16</i>] [ -U
17<i>username
18</i>]
19<i>job destination
20</i><br>
21<b>lpmove
22</b>[ -E ] [ -h
23<i>server[:port]
24</i>] [ -U
25<i>username
26</i>]
27<i>source destination
28</i><h2 class="title"><a name="DESCRIPTION">Description</a></h2>
29<b>lpmove</b> moves the specified <i>job</i> or all jobs from
30<i>source</i> to <i>destination</i>. <i>job</i> can be the job ID
31number or the old destination and job ID:
32<br>
33<pre>
34
35 lpmove 123 newprinter
36 lpmove oldprinter-123 newprinter
37</pre>
38<h2 class="title"><a name="OPTIONS">Options</a></h2>
39The <i>lpmove</i> command supports the following options:
40<dl>
41<dt>-E
42</dt>
43<dd></dd>
44<dd>Forces encryption when connecting to the server.
45</dd>
46<dt>-U username
47</dt>
48<dd></dd>
49<dd>Specifies an alternate username.
50</dd>
51<dt>-h server[:port]
52</dt>
53<dd></dd>
54<dd>Specifies an alternate server.
55</dd>
56</dl>
57<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
58<a href='man-cancel.html?TOPIC=Man+Pages'>cancel(1)</a>, <a href='man-lp.html?TOPIC=Man+Pages'>lp(1)</a>,
59<br>
60<a href='http://localhost:631/help'>http://localhost:631/help</a>
61<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
62Copyright 2007-2013 by Apple Inc.
63
64</body>
65</html>