From c85c2f7930653d92cc83b1c06cc371b2d38fc977 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Wed, 30 Nov 2022 09:42:57 -0800 Subject: [PATCH] nspawn: Use "Ctrl-" rather than "^" in info msg Maybe most people know that "^]" means "Ctrl + ]" but for those that don't, this should be more clear. --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index f86222d1cc6..ea425f009ed 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -5800,7 +5800,7 @@ static int run(int argc, char *argv[]) { arg_quiet = true; if (!arg_quiet) - log_info("Spawning container %s on %s.\nPress ^] three times within 1s to kill container.", + log_info("Spawning container %s on %s.\nPress Ctrl-] three times within 1s to kill container.", arg_machine, arg_image ?: arg_directory); assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGCHLD, SIGWINCH, SIGTERM, SIGINT, -1) >= 0); -- 2.47.3