pages*: remove mnemonics when highlighting both long and short options (#12936)

This commit is contained in:
Sebastiaan Speck
2024-06-12 07:43:11 +02:00
committed by GitHub
parent d9b72a9e37
commit f1d0051ee8
12 changed files with 40 additions and 40 deletions

View File

@@ -7,15 +7,15 @@
`sudo showkey`
- Display [s]cancodes in hexadecimal:
- Display scancodes in hexadecimal:
`sudo showkey {{-s|--scancodes}}`
- Display [k]eycodes in decimal (default):
- Display keycodes in decimal (default):
`sudo showkey {{-k|--keycodes}}`
- Display keycodes in [a]SCII, decimal, and hexadecimal:
- Display keycodes in ASCII, decimal, and hexadecimal:
`sudo showkey {{-a|--ascii}}`