watchexec: fix --restart example (#10615)

`--signal` => `--stop-signal`
This commit is contained in:
JxBP
2023-08-20 14:27:11 +00:00
committed by GitHub
parent a6fb6d2631
commit f351d273f7

View File

@@ -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}}`