mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
kill: fix highlighting long and short options according to guideline (#12934)
This commit is contained in:
parent
e927d489bb
commit
f2b3639ce2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- List signal values and their corresponding names (to be used without the `SIG` prefix):
|
- List signal values and their corresponding names (to be used without the `SIG` prefix):
|
||||||
|
|
||||||
`kill -{{L|-table}}`
|
`kill {{-L|--table}}`
|
||||||
|
|
||||||
- Terminate a background job:
|
- Terminate a background job:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue