watchexec: fix `--restart` example (#10615)

`--signal` => `--stop-signal`
pull/23/head
JxBP 2023-08-20 14:27:11 +00:00 committed by GitHub
parent a6fb6d2631
commit f351d273f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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