summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/tui/internal/components/chat/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/components/chat/messages.go b/packages/tui/internal/components/chat/messages.go
index 29295dfa9..a62a53e1c 100644
--- a/packages/tui/internal/components/chat/messages.go
+++ b/packages/tui/internal/components/chat/messages.go
@@ -322,7 +322,7 @@ func (m *messagesComponent) home() string {
{"/new", "start a new session"},
{"/model", "switch model"},
{"/theme", "switch theme"},
- {"/quit", "exit the app"},
+ {"/exit", "exit the app"},
}
commandLines := []string{}