lp: add resume a job example (#3176)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f36c745018
commit
435b31ba36
@@ -21,3 +21,7 @@
|
|||||||
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
|
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
|
||||||
|
|
||||||
`lp -P 1,3-5,16 {{path/to/filename}}`
|
`lp -P 1,3-5,16 {{path/to/filename}}`
|
||||||
|
|
||||||
|
- Resume printing a job:
|
||||||
|
|
||||||
|
`lp -i {{job_id}} -H resume`
|
||||||
|
Reference in New Issue
Block a user