mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 07:00:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user