1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 10:53:51 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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