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