From 8cf6b92ece7a21fed6b1ff1d2636ab4a843565fa Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 31 Oct 2022 11:53:16 -0400 Subject: [PATCH] Fix syntax error --- cmd/rqlite/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rqlite/main.go b/cmd/rqlite/main.go index 72868438..4b1d03ae 100644 --- a/cmd/rqlite/main.go +++ b/cmd/rqlite/main.go @@ -40,7 +40,7 @@ var cliHelp = []string{ `.backup Write database backup to SQLite file`, `.consistency [none|weak|strong] Show or set read consistency level`, `.dump Dump the database in SQL text format to a file`, - `.exit Exit this program` + `.exit Exit this program`, `.expvar Show expvar (Go runtime) information for connected node`, `.help Show this message`, `.indexes Show names of all indexes`,