Adapt README to --signal option

This commit is contained in:
Chris Aumann 2017-03-14 23:47:11 +01:00
parent a2f6b0013f
commit debfafb47b
1 changed files with 1 additions and 1 deletions

View File

@ -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: