]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-lpmove.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-lpmove.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
c277f98c
MS
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>
94436c5a
MS
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:
c277f98c
MS
40<p style="margin-left: 5.0em; text-indent: -5.0em">-E
41<br>
42<br>
43Forces encryption when connecting to the server.
44<p style="margin-left: 5.0em; text-indent: -5.0em">-U username
45<br>
46<br>
47Specifies an alternate username.
48<p style="margin-left: 5.0em; text-indent: -5.0em">-h server[:port]
49<br>
50<br>
51Specifies an alternate server.
94436c5a 52<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c 53<i>cancel(1)</i>, <i>lp(1)</i>,
94436c5a 54<br>
c277f98c 55<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
56<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
57Copyright 2007-2013 by Apple Inc.
58
59</body>
60</html>