From a26f06ee12e7da313a2e88e50415e2dd2e698fac Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Thu, 3 Oct 2024 21:23:38 +0800 Subject: [PATCH] fix: generate params --- pkg/params/defaults_gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/params/defaults_gen.go b/pkg/params/defaults_gen.go index b43c2875..7da9aff3 100644 --- a/pkg/params/defaults_gen.go +++ b/pkg/params/defaults_gen.go @@ -2135,7 +2135,7 @@ func init() { }, { Name: "remove-pane-on-exit", - Docstring: "If this is `true`, when a pane's process exits or its node is killed\n(such as with {{api cmd/kill}}), the portion of the layout related\nto that node will be removed. This makes cy's layout functionality\nwork a bit more like tmux.", + Docstring: "If this is `true`, when a pane's process exits or its node is killed\n(such as with {{api tree/rm}}), the portion of the layout related\nto that node will be removed. This makes cy's layout functionality\nwork a bit more like tmux.", Default: defaults.RemovePaneOnExit, }, {