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.
This commit is contained in:
Jason Rayne
2025-06-25 15:58:13 -07:00
parent 0ccb7cf353
commit 21d95c42c6

View File

@ -46,7 +46,7 @@ pub const Action = enum {
/// List hosts cached by SSH shell integration for terminfo installation /// List hosts cached by SSH shell integration for terminfo installation
@"list-ssh-cache", @"list-ssh-cache",
/// Clear Ghostty SSH terminfo cache /// Clear hosts cached by SSH shell integration for terminfo installation
@"clear-ssh-cache", @"clear-ssh-cache",
/// Edit the config file in the configured terminal editor. /// Edit the config file in the configured terminal editor.