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`