]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lpmove.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / lpmove.man
1 .\"
2 .\" "$Id: lpmove.man 6649 2007-07-11 21:46:42Z mike $"
3 .\"
4 .\" lpmove man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH lpmove 8 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
16 .SH NAME
17 lpmove \- move a job or all jobs to a new destination
18 .SH SYNOPSIS
19 .B lpmove
20 [ -E ] [ -h
21 .I server[:port]
22 ] [ -U
23 .I username
24 ]
25 .I job destination
26 .br
27 .B lpmove
28 [ -E ] [ -h
29 .I server[:port]
30 ] [ -U
31 .I username
32 ]
33 .I source destination
34 .SH DESCRIPTION
35 \fBlpmove\fR moves the specified \fIjob\fR or all jobs from
36 \fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID
37 number or the old destination and job ID:
38 .br
39 .nf
40
41 lpmove 123 newprinter
42 lpmove oldprinter-123 newprinter
43 .fi
44 .SH OPTIONS
45 The \fIlpmove\fR command supports the following options:
46 .TP 5
47 -E
48 .br
49 Forces encryption when connecting to the server.
50 .TP 5
51 -U username
52 .br
53 Specifies an alternate username.
54 .TP 5
55 -h server[:port]
56 .br
57 Specifies an alternate server.
58 .SH SEE ALSO
59 \fIcancel(1)\fR, \fIlp(1)\fR,
60 .br
61 http://localhost:631/help
62 .SH COPYRIGHT
63 Copyright 2007 by Apple Inc.
64 .\"
65 .\" End of "$Id: lpmove.man 6649 2007-07-11 21:46:42Z mike $".
66 .\"