]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-lpmove.html
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[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 13<b>lpmove</b>
6e12033b
MS
14[
15<b>-E</b>
16] [
17<b>-h </b><i>server</i>[<b>:</b><i>port</i>]
18] [
19<b>-U</b>
c277f98c
MS
20<i>username</i>
21]
6e12033b
MS
22<i>job</i>
23<i>destination</i>
c277f98c
MS
24<br>
25<b>lpmove</b>
6e12033b
MS
26[
27<b>-E</b>
28] [
29<b>-h </b><i>server</i>[<b>:</b><i>port</i>]
30] [
31<b>-U</b>
c277f98c
MS
32<i>username</i>
33]
6e12033b
MS
34<i>source</i>
35<i>destination</i>
c277f98c 36<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
6e12033b 37<b>lpmove</b> moves the specified <i>job</i> or all jobs from <i>source</i> to <i>destination</i>. <i>job</i> can be the job ID number or the old destination and job ID.
94436c5a 38<h2 class="title"><a name="OPTIONS">Options</a></h2>
6e12033b 39The <b>lpmove</b> command supports the following options:
2909c66c 40<dl class="man">
6e12033b
MS
41<dt><b>-E</b>
42<dd style="margin-left: 5.0em">Forces encryption when connecting to the server.
43<dt><b>-U </b><i>username</i>
44<dd style="margin-left: 5.0em">Specifies an alternate username.
45<dt><b>-h </b><i>server</i>[<b>:</b><i>port</i>]
46<dd style="margin-left: 5.0em">Specifies an alternate server.
2909c66c 47</dl>
6e12033b
MS
48<h2 class="title"><a name="EXAMPLES">Examples</a></h2>
49Move job 123 from "oldprinter" to "newprinter":
50<pre class="man">
51
52 lpmove 123 newprinter
53
54 <i>or</i>
55
56 lpmove oldprinter-123 newprinter
57
58</pre>
59Move all jobs from "oldprinter" to "newprinter":
60<pre class="man">
61
62 lpmove oldprinter newprinter
63</pre>
94436c5a 64<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
87030afb
MS
65<b>cancel</b>(1),
66<b>lp</b>(1),
67<b>lpr</b>(1),
68<b>lprm</b>(1),
94436c5a 69<br>
6e12033b 70CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
94436c5a 71<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
87030afb 72Copyright &copy; 2007-2019 by Apple Inc.
94436c5a
MS
73
74</body>
75</html>