From f30a4fe75ad940bdfbb3f2f1577ce0e1bdce6a96 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 29 Oct 2023 21:19:53 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ad9ddc..279f8d0 100644 --- a/README.md +++ b/README.md @@ -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.