mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 08:11:11 +01:00
Hide --kill option
This commit is contained in:
parent
9c1b65e712
commit
988acaed65
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ where
|
|||
.number_of_values(1)
|
||||
.value_name("signal"))
|
||||
.arg(Arg::with_name("kill")
|
||||
.help("Send SIGKILL to child processes (deprecated, use -s SIGKILL instead)")
|
||||
.hidden(true)
|
||||
.short("k")
|
||||
.long("kill"))
|
||||
.arg(Arg::with_name("debounce")
|
||||
|
|
Loading…
Reference in a new issue