From 21d95c42c6dc7c94347de91aacae5dece67fb202 Mon Sep 17 00:00:00 2001 From: Jason Rayne Date: Wed, 25 Jun 2025 15:58:13 -0700 Subject: [PATCH] docs: improve clear-ssh-cache description (missed in previous commit) Clarifies this clears hosts cached by SSH shell integration, completing mitchellh's feedback on both action descriptions. --- src/cli/action.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/action.zig b/src/cli/action.zig index 443fafb8a..db9b54cd3 100644 --- a/src/cli/action.zig +++ b/src/cli/action.zig @@ -46,7 +46,7 @@ pub const Action = enum { /// List hosts cached by SSH shell integration for terminfo installation @"list-ssh-cache", - /// Clear Ghostty SSH terminfo cache + /// Clear hosts cached by SSH shell integration for terminfo installation @"clear-ssh-cache", /// Edit the config file in the configured terminal editor.