From a5577f86198cdc69c322062981a5a827a5796188 Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sat, 13 Apr 2024 14:43:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'cmd/rqlited/main.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/rqlited/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 34956efe..3c8df977 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -194,7 +194,7 @@ func main() { // Tell the user the node is ready for HTTP, giving some advice on how to connect. log.Printf("node HTTP API available at %s", cfg.HTTPURL()) h, p, _ := net.SplitHostPort(cfg.HTTPAdv) - log.Printf("connect using the command-line tool via 'rqlite -H %s -p %s'", h, p) + log.Printf("connect using the command-line tool via 'clif -H %s -p %s'", h, p) // Start any requested auto-backups backupSrvStx, backupSrvCancel := context.WithCancel(mainCtx)