From 435b31ba36ce0cd65296653420bbfa03f33e501c Mon Sep 17 00:00:00 2001 From: "Jonathan C. Dietrich" Date: Sun, 7 Jul 2019 09:12:37 -0400 Subject: [PATCH] lp: add resume a job example (#3176) --- pages/common/lp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/lp.md b/pages/common/lp.md index 8413f9e893..137f2a4880 100644 --- a/pages/common/lp.md +++ b/pages/common/lp.md @@ -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`