kill: fix incorrect -L to -l option (#15695)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Rikuya Osawa
2025-02-09 15:44:35 +09:00
committed by GitHub
parent f67c28b3ed
commit 06b3d7d046
+2 -2
View File
@@ -8,9 +8,9 @@
`kill {{process_id}}`
- 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). The available options may depend on the `kill` implementation:
`kill -L`
`kill {{-l|-L|--table}}`
- Terminate a background job: