diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 506e1f83..463a89ac 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -32,22 +32,29 @@ import ( ) const logo = ` - _ _ _ - | (_) | - _ __ __ _| |_| |_ ___ - | '__/ _ | | | __/ _ \ The lightweight, distributed - | | | (_| | | | || __/ relational database. - |_| \__, |_|_|\__\___| - | | www.rqlite.io - |_| + + + + + .d888 888 d8b 888 888888b. +d88P" 888 Y8P 888 888 "88b +888 888 888 888 .88P The lightweight, distributed in memory +888888 888 888 888 888 .d88888 8888888K. Multimodel database managment system +888 888 888 888 888 d88" 888 888 "Y88b https://fluidb.icu +888 888 888 888 888 888 888 888 888 +888 888 Y88b 888 888 Y88b 888 888 d88P +888 888 "Y88888 888 "Y88888 8888888P" + + + + + ` const name = `rqlited` -const desc = `rqlite is a lightweight, distributed relational database, which uses SQLite as its -storage engine. It provides an easy-to-use, fault-tolerant store for relational data. - -Visit https://www.rqlite.io to learn more.` +const desc = `fluidb is a lightweight, distributed relational database, which uses SQLite as its +storage engine. It provides an easy-to-use, fault-tolerant store for relational data.` func init() { log.SetFlags(log.LstdFlags) @@ -568,4 +575,4 @@ func networkCheckJoinAddrs(joinAddrs []string) error { return fmt.Errorf("join address %s appears to be serving HTTP when it should be Raft", addr) } return nil -} +} \ No newline at end of file