Files
tldr/pages/common/cupsreject.md
Vitor Henrique 55a49c4ba1 pages*: remove "one or more" from description when superfluous (#12121)
* pages*: remove "one or more" from description when superfluous

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-25 10:58:11 +05:30

561 B

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 ...}}