]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpmove.8
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / man / lpmove.8
CommitLineData
ef416fc2 1.\"
6e12033b 2.\" lpmove man page for CUPS.
ef416fc2 3.\"
87030afb
MS
4.\" Copyright © 2007-2019 by Apple Inc.
5.\" Copyright © 1997-2006 by Easy Software Products.
ef416fc2 6.\"
87030afb
MS
7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8.\" information.
ef416fc2 9.\"
87030afb 10.TH lpmove 8 "CUPS" "26 April 2019" "Apple Inc."
ef416fc2 11.SH NAME
fa73b229 12lpmove \- move a job or all jobs to a new destination
ef416fc2 13.SH SYNOPSIS
14.B lpmove
6e12033b
MS
15[
16.B \-E
17] [
18\fB\-h \fIserver\fR[\fB:\fIport\fR]
19] [
20.B \-U
fa73b229 21.I username
22]
6e12033b
MS
23.I job
24.I destination
fa73b229 25.br
26.B lpmove
6e12033b
MS
27[
28.B \-E
29] [
30\fB\-h \fIserver\fR[\fB:\fIport\fR]
31] [
32.B \-U
fa73b229 33.I username
34]
6e12033b
MS
35.I source
36.I destination
ef416fc2 37.SH DESCRIPTION
6e12033b 38\fBlpmove\fR moves the specified \fIjob\fR or all jobs from \fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID number or the old destination and job ID.
fa73b229 39.SH OPTIONS
6e12033b 40The \fBlpmove\fR command supports the following options:
bd7854cb 41.TP 5
6e12033b 42.B \-E
bd7854cb 43Forces encryption when connecting to the server.
44.TP 5
6e12033b 45\fB\-U \fIusername\fR
bd7854cb 46Specifies an alternate username.
47.TP 5
6e12033b 48\fB\-h \fIserver\fR[\fB:\fIport\fR]
bd7854cb 49Specifies an alternate server.
6e12033b
MS
50.SH EXAMPLES
51Move job 123 from "oldprinter" to "newprinter":
52.nf
53
54 lpmove 123 newprinter
55
56 \fIor\fR
57
58 lpmove oldprinter-123 newprinter
59
60.fi
61Move all jobs from "oldprinter" to "newprinter":
62.nf
63
64 lpmove oldprinter newprinter
65.fi
ef416fc2 66.SH SEE ALSO
6e12033b
MS
67.BR cancel (1),
68.BR lp (1),
69.BR lpr (1),
70.BR lprm (1),
fa73b229 71.br
6e12033b 72CUPS Online Help (http://localhost:631/help)
ef416fc2 73.SH COPYRIGHT
87030afb 74Copyright \[co] 2007-2019 by Apple Inc.