lpq, lpoptions, lpadmin, lprm: don't highlight mnemonics
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
a69a97865a
commit
492f0eb2c8
|
|
@ -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}}`
|
||||
|
|
|
|||
|
|
@ -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]}}`
|
||||
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ...}}`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue