From debfafb47b93d657c72a113281396d9a543e34a1 Mon Sep 17 00:00:00 2001 From: Chris Aumann Date: Tue, 14 Mar 2017 23:47:11 +0100 Subject: [PATCH] Adapt README to --signal option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f45fc8..abfd20c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Call/restart `python server.py` when any Python file in the current directory (a Call/restart `my_server` when any file in the current directory (and all subdirectories) changes, sending `SIGKILL` to stop the child process: - $ watchexec -r -k my_server + $ watchexec -r -s SIGKILL my_server Run `make` when any file changes, using the `.gitignore` file in the current directory to filter: