diff --git a/src/config/Config.zig b/src/config/Config.zig index 44e7ab3b6..0f9efd34d 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2069,10 +2069,10 @@ keybind: Keybinds = .{}, /// /// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts. /// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when -/// connecting to hosts that lack it. Requires `infocmp` and `tic` to be available -/// locally. Provides `+list-ssh-cache` and `+clear-ssh-cache` CLI actions for -/// managing the installation cache (caching is otherwise automatic and requires -/// no user intervention). +/// connecting to hosts that lack it. Requires `infocmp` to be available locally +/// and `tic` to be available on remote hosts. Provides `+list-ssh-cache` and +/// `+clear-ssh-cache` CLI actions for managing the installation cache (caching +/// is otherwise automatic and requires no user intervention). /// /// SSH features work independently and can be combined for optimal experience: /// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its