From e559539c109fc7806ef4f19e7eed24e12efdbf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Wed, 20 May 2026 19:00:41 +0000 Subject: [PATCH] Update internal/repl/repl.go --- internal/repl/repl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/repl/repl.go b/internal/repl/repl.go index 6db713e..33ea972 100644 --- a/internal/repl/repl.go +++ b/internal/repl/repl.go @@ -2052,8 +2052,8 @@ func (r *Repl) handleHelp(args []string) error { "System": { {"help", "Display this help message with all available commands"}, {"clear", "Clear the terminal screen"}, - {"quit", "Exit the futriis database REPL"}, - {"exit", "Exit the futriis database REPL (alias for quit)"}, + {"quit", "Exit the futriix database REPL"}, + {"exit", "Exit the futriix database REPL (alias for quit)"}, }, }