lpq, lpoptions, lpadmin, lprm: don't highlight mnemonics

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique 2023-12-15 17:37:30 -03:00 committed by GitHub
parent a69a97865a
commit 492f0eb2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -8,14 +8,14 @@
`lpadmin -d {{printer}}`
- [d]elete a specific printer or class:
- Delete a specific printer or class:
`lpadmin -x {{printer|class}}`
- Add a printer to a [c]lass:
- Add a printer to a class:
`lpadmin -p {{printer}} -c {{class}}`
- [r]emove a printer from a class:
- Remove a printer from a class:
`lpadmin -p {{printer}} -r {{class}}`

View File

@ -8,11 +8,11 @@
`lpoptions -d {{printer[/instance]}}`
- [l]ist printer-specific options of a specific printer:
- List printer-specific options of a specific printer:
`lpoptions -d {{printer}} -l`
- Set a new [o]ption on a specific printer:
- Set a new option on a specific printer:
`lpoptions -d {{printer}} -o {{option[=value]}}`

View File

@ -7,11 +7,11 @@
`lpq`
- Show the queued jobs of [a]ll printers enforcing [E]ncryption:
- Show the queued jobs of all printers enforcing encryption:
`lpq -a -E`
- Show the queued jobs in a [l]ong format:
- Show the queued jobs in a long format:
`lpq -l`

View File

@ -12,7 +12,7 @@
`lprm -h {{server[:port]}} {{job_id}}`
- Cancel multiple jobs with a [E]ncrypted connection to the server:
- Cancel multiple jobs with a encrypted connection to the server:
`lprm -E {{job_id1 job_id2 ...}}`