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)"}, }, }