From 4918caa22b9a7f52d5b0dc18b4c6718dd23e775f Mon Sep 17 00:00:00 2001 From: Dark Yagami Date: Thu, 2 Apr 2026 10:18:27 +0530 Subject: [PATCH] Update resume command in gracefulShutdown message --- src/utils/gracefulShutdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/gracefulShutdown.ts b/src/utils/gracefulShutdown.ts index 03e6233e..4e003000 100644 --- a/src/utils/gracefulShutdown.ts +++ b/src/utils/gracefulShutdown.ts @@ -173,7 +173,7 @@ function printResumeHint(): void { writeSync( 1, chalk.dim( - `\nResume this session with:\nclaude --resume ${resumeArg}\n`, + `\nResume this session with:\nopenclaude --resume ${resumeArg}\n`, ), ) resumeHintPrinted = true