]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-lpmove.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-lpmove.html
1 <!DOCTYPE HTML>
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>
11 lpmove - move a job or all jobs to a new destination
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>lpmove</b>
14 [ -E ] [ -h
15 <i>server[:port]</i>
16 ] [ -U
17 <i>username</i>
18 ]
19 <i>job</i> <i>destination</i>
20 <br>
21 <b>lpmove</b>
22 [ -E ] [ -h
23 <i>server[:port]</i>
24 ] [ -U
25 <i>username</i>
26 ]
27 <i>source</i> <i>destination</i>
28 <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
31 number 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>
39 The <i>lpmove</i> command supports the following options:
40 <p style="margin-left: 5.0em; text-indent: -5.0em">-E
41 <br>
42 <br>
43 Forces encryption when connecting to the server.
44 <p style="margin-left: 5.0em; text-indent: -5.0em">-U username
45 <br>
46 <br>
47 Specifies an alternate username.
48 <p style="margin-left: 5.0em; text-indent: -5.0em">-h server[:port]
49 <br>
50 <br>
51 Specifies an alternate server.
52 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
53 <i>cancel(1)</i>, <i>lp(1)</i>,
54 <br>
55 <a href="http://localhost:631/help">http://localhost:631/help</a>
56 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
57 Copyright 2007-2013 by Apple Inc.
58
59 </body>
60 </html>