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 `