diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man8/lpmove.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man8/lpmove.8')
-rw-r--r-- | upstream/archlinux/man8/lpmove.8 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/lpmove.8 b/upstream/archlinux/man8/lpmove.8 new file mode 100644 index 00000000..d61a0e9d --- /dev/null +++ b/upstream/archlinux/man8/lpmove.8 @@ -0,0 +1,76 @@ +.\" +.\" lpmove man page for CUPS. +.\" +.\" Copyright © 2021-2023 by OpenPrinting. +.\" Copyright © 2007-2019 by Apple Inc. +.\" Copyright © 1997-2006 by Easy Software Products. +.\" +.\" Licensed under Apache License v2.0. See the file "LICENSE" for more +.\" information. +.\" +.TH lpmove 8 "CUPS" "2022-05-02" "OpenPrinting" +.SH NAME +lpmove \- move a job or all jobs to a new destination +.SH SYNOPSIS +.B lpmove +[ +\fB\-h \fIserver\fR[\fB:\fIport\fR] +] [ +.B \-E +] [ +.B \-U +.I username +] +.I job +.I destination +.br +.B lpmove +[ +\fB\-h \fIserver\fR[\fB:\fIport\fR] +] [ +.B \-E +] [ +.B \-U +.I username +] +.I source +.I destination +.SH DESCRIPTION +\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. +.SH OPTIONS +The \fBlpmove\fR command supports the following options: +.TP 5 +.B \-E +Forces encryption when connecting to the server. +.TP 5 +\fB\-U \fIusername\fR +Specifies an alternate username. +.TP 5 +\fB\-h \fIserver\fR[\fB:\fIport\fR] +Specifies an alternate server. +Note: This option must occur before all others. +.SH EXAMPLES +Move job 123 from "oldprinter" to "newprinter": +.nf + + lpmove 123 newprinter + + \fIor\fR + + lpmove oldprinter-123 newprinter + +.fi +Move all jobs from "oldprinter" to "newprinter": +.nf + + lpmove oldprinter newprinter +.fi +.SH SEE ALSO +.BR cancel (1), +.BR lp (1), +.BR lpr (1), +.BR lprm (1), +.br +CUPS Online Help (http://localhost:631/help) +.SH COPYRIGHT +Copyright \[co] 2021-2023 by OpenPrinting. |