Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

23
cupsreject Normal file
View File

@@ -0,0 +1,23 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# cupsreject
> Reject jobs sent to printers.
> Note: destination is referred as a printer or a class of printers.
> See also: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsaccept.html>.
- Reject print jobs to the specified destinations:
`cupsreject {{destination1 destination2 ...}}`
- Specify a different server:
`cupsreject -h {{server}} {{destination1 destination2 ...}}`
- Specify a reason string ("Reason Unknown" by default):
`cupsreject -r {{reason}} {{destination1 destination2 ...}}`