From 75cec9a9c184246cfcc32e7f70cdf37a3d77c47d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 12 Jun 2017 22:17:00 -0700 Subject: [PATCH] Tweak start-up logo Strictly speaking the system is rqlite, not rqlited. The latter is just the daemon. --- CHANGELOG.md | 1 + cmd/rqlited/main.go | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934edb7f..cb3c68cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 4.0.0 (unreleased) **The 4.0 release has renamed command-line options relative to earlier releases.** This means that previous commands used to launch rqlited will not work. However the command-line changes are cosmetic, and each previous option maps 1-to-1 to a renamed option. +- [PR #309](https://github.com/rqlite/rqlite/pull/309): Tweak start-up logo. - [PR #308](https://github.com/rqlite/rqlite/pull/308): Move to clearer command-line options. - [PR #307](https://github.com/rqlite/rqlite/pull/307): Support node-to-node encryption. Fixes [issue #93](https://github.com/rqlite/rqlite/issues/93). diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 9c69c0b8..d7718696 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -35,12 +35,12 @@ import ( const sqliteDSN = "db.sqlite" const logo = ` - _ _ _ _ - | (_) | | | - _ __ __ _| |_| |_ ___ __| | - | '__/ _ | | | __/ _ \/ _ | The lightweight, distributed - | | | (_| | | | || __/ (_| | relational database. - |_| \__, |_|_|\__\___|\__,_| + _ _ _ + | (_) | + _ __ __ _| |_| |_ ___ + | '__/ _ | | | __/ _ \ The lightweight, distributed + | | | (_| | | | || __/ relational database. + |_| \__, |_|_|\__\___| | | |_| `