Hide --kill option

This commit is contained in:
Félix Saparelli 2021-04-11 01:04:47 +12:00
parent 9c1b65e712
commit 988acaed65
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

@ -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")