From d4e076431510b7dc38cd28601edf55968325940f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 26 Aug 2017 09:44:53 -0700 Subject: [PATCH] Add .expvar to CLI help output --- cmd/rqlite/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/rqlite/main.go b/cmd/rqlite/main.go index dd0d892c..5e0489f9 100644 --- a/cmd/rqlite/main.go +++ b/cmd/rqlite/main.go @@ -28,6 +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 .tables List names of tables `