diff --git a/pages/common/watchexec.md b/pages/common/watchexec.md index 297f623b6..324b5dedf 100644 --- a/pages/common/watchexec.md +++ b/pages/common/watchexec.md @@ -17,4 +17,4 @@ - Call/restart `my_server` when any file in the current directory change, sending `SIGKILL` to stop the child process: -`watchexec --restart --signal {{SIGKILL}} {{my_server}}` +`watchexec --restart --stop-signal {{SIGKILL}} {{my_server}}`