From 0b08aa52c79d07cba4e83c493429beb3fb56942b Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 3 Sep 2017 11:32:51 -0700 Subject: [PATCH] Update main.go --- 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 5e0489f9..ce3f723b 100644 --- a/cmd/rqlite/main.go +++ b/cmd/rqlite/main.go @@ -28,7 +28,7 @@ const cliHelp = `.help Show this message .indexes Show names of all indexes .schema Show CREATE statements for all tables .status Show status and diagnostic information for connected node -.expvar Show expvar (Go runtime) information for connect node +.expvar Show expvar (Go runtime) information for connected node .tables List names of tables `