[cups-devel] lpmove -U username src dest?
Mario Goppold <[email protected]> Wed, 25 May 2016 21:40:45 +0200
| Newsgroups | gmane.comp.printing.cups.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi list,
the "man lpmove" offers an Option "-U username" but from cups-1.5.4
(maybe earlier) up to cups-2.1.3 quit this with:
lpmove: Unknown option "U".
man lpmove:
...
The lpmove command supports the following options:
...
-U username
Specifies an alternate username.
Steps to reproduce:
lpadmin -p TEST -v file:///tmp/TEST -E
cupsdisable TEST
lp -d TEST /etc/hosts
request id is TEST-3 (1 file(s))
lpstat -o
TEST-1 mario 2048 Wed May 25 21:14:48 2016
lpmove -U tester TEST-1 TEST
lpmove: Unknown option "U".
Is the man page incorrect? I hope not, I need today exactly this.
best regards
Mario