mirror of https://github.com/CrimsonTome/tldr.git
kill: remove the `--table` long option (#13241)
This option does not work in the bash builtin kill. --------- Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>pull/28/head
parent
162a188102
commit
5e4eb6b62e
|
@ -10,7 +10,7 @@
|
|||
|
||||
- List signal values and their corresponding names (to be used without the `SIG` prefix):
|
||||
|
||||
`kill {{-L|--table}}`
|
||||
`kill -L`
|
||||
|
||||
- Terminate a background job:
|
||||
|
||||
|
|
Loading…
Reference in New Issue