lp: add resume a job example (#3176)

italian
Jonathan C. Dietrich 2019-07-07 09:12:37 -04:00 committed by Starbeamrainbowlabs
parent f36c745018
commit 435b31ba36
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
`lp -P 1,3-5,16 {{path/to/filename}}`
- Resume printing a job:
`lp -i {{job_id}} -H resume`