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)