Skip to content

Commit c32b4e8

Browse files
committed
fix(simulate): say show in the tool output hint
The verb was implicit on the way in and explicit on the way out.
1 parent 9031f99 commit c32b4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/lk/simulate_tui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ func (m *simulateModel) renderHint() string {
20772077
if m.showToolOutput {
20782078
parts = append(parts, "t hide tool output")
20792079
} else {
2080-
parts = append(parts, "t tool output")
2080+
parts = append(parts, "t show tool output")
20812081
}
20822082
}
20832083
if m.hasLogs() {

0 commit comments

Comments
 (0)