Update README.md

This commit is contained in:
Stephen Seo 2023-10-29 21:19:53 +09:00
parent b10442ae35
commit f30a4fe75a
1 changed files with 3 additions and 3 deletions

View File

@ -235,6 +235,6 @@ specifying `sccache_rust_only`:
## Signal Handling
The script is set up to handle `SIGINT` and `SIGUSR1`. `SIGINT` will print the
known package list and status, and exit. `SIGUSR1` will also print the known
package list and status, but will not stop the script.
The script is set up to handle `SIGINT` and `SIGUSR1`. `SIGINT` (Ctrl-C) will
print the known package list and status, and exit. `SIGUSR1` will also print
the known package list and status, but will not stop the script.