From 6f37d9bee7e6dd2aaf3813bd0414c4aaee456740 Mon Sep 17 00:00:00 2001 From: Kohei Tokunaga Date: Tue, 27 Jun 2023 15:16:32 +0900 Subject: [PATCH] monitor: attach: fix typo in long help message Signed-off-by: Kohei Tokunaga --- monitor/commands/attach.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/commands/attach.go b/monitor/commands/attach.go index 07cb5acf..cbd5b48b 100644 --- a/monitor/commands/attach.go +++ b/monitor/commands/attach.go @@ -28,7 +28,7 @@ Usage: attach ID ID is for a session (visible via list command) or a process (visible via ps command). -If you attached to a process, use Ctrl-c-a for switching the monitor to that process's STDIO. +If you attached to a process, use Ctrl-a-c for switching the monitor to that process's STDIO. `, } }