From 0c6b1bf2e4e7aca400906bc6fd10e4f3cd0d99d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 01:06:32 +1200 Subject: [PATCH] Undocument --kill --- completions/zsh | 1 - doc/watchexec.1.ronn | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/completions/zsh b/completions/zsh index 6b0e096..3139f40 100644 --- a/completions/zsh +++ b/completions/zsh @@ -11,7 +11,6 @@ cmd="$words[1]" args=( '(-c --clear)'{-c,--clear}'[Clear screen before executing command]' '(-h --help)'{-h,--help}'[Prints help information]' - '(-k --kill)'{-k,--kill}'[Send SIGKILL to child processes (deprecated, use -s SIGKILL instead)]' '(-n --no-shell)'{-n,--no-shell}'[Do not wrap command in ''sh -c'' resp. ''cmd.exe /C'']' '--no-environment[Do not set WATCHEXEC_*_PATH environment variables for child process]' '--no-meta[Ignore metadata changes]' diff --git a/doc/watchexec.1.ronn b/doc/watchexec.1.ronn index 6679314..44a8536 100644 --- a/doc/watchexec.1.ronn +++ b/doc/watchexec.1.ronn @@ -41,7 +41,7 @@ Ignores modifications from paths that match . This option can be specif Monitor a specific path for changes. By default, the current working directory is watched. This may be specified multiple times, where a change in any watched directory (and subdirectories) causes to be executed. * `-r`, `--restart`: -Terminates the child process group if it is still running when subsequent file modifications are detected. By default, sends `SIGTERM`; use `--kill` to send `SIGKILL`. +Terminates the child process group if it is still running when subsequent file modifications are detected. By default, sends `SIGTERM`; use `--signal` to change that. * `-c`, `--clear`: Clears the screen before executing .