Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-05 00:19:23 +00:00
parent 7bb915f683
commit 9b4b323d91
8 changed files with 68 additions and 13 deletions

View File

@@ -15,7 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
- Cancel a job of a specific server:
`lprm -h {{server[:port]}} {{job_id}}`
`lprm -h {{server}} {{job_id}}`
- Cancel a job of a specific server in a specific port:
`lprm -h {{server}}:{{port}} {{job_id}}`
- Cancel multiple jobs with a encrypted connection to the server:
@@ -27,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
- Cancel the current job of a specific printer or class:
`lprm -P {{destination[/instance]}}`
`lprm -P {{destination}}/{{instance}}`