Update internal/repl/repl.go

This commit is contained in:
2026-05-20 19:00:41 +00:00
parent d859b3215d
commit e559539c10

View File

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