cups, cupsd, lp{admin, rm, stat}: add Dutch translation (#11885)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
21
pages.nl/common/lpadmin.md
Normal file
21
pages.nl/common/lpadmin.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# lpadmin
|
||||
|
||||
> Configureer CUPS printers en klasses.
|
||||
> Bekijk ook: `lpoptions`.
|
||||
> Meer informatie: <https://www.cups.org/doc/man-lpadmin.html>.
|
||||
|
||||
- Stel de standaard printer in:
|
||||
|
||||
`lpadmin -d {{printer}}`
|
||||
|
||||
- Verwijder een specifieke printer of klasse:
|
||||
|
||||
`lpadmin -x {{printer|klasse}}`
|
||||
|
||||
- Voeg een printer toe aan een klasse:
|
||||
|
||||
`lpadmin -p {{printer}} -c {{klasse}}`
|
||||
|
||||
- Verwijder een printer uit een klasse:
|
||||
|
||||
`lpadmin -p {{printer}} -r {{klasse}}`
|
Reference in New Issue
Block a user