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 `