From a3d300dbb82b6fedc98f2996f93dd4bd079a126d Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 22 Nov 2021 14:53:36 +0800 Subject: [PATCH] update tagline --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4a965f88..12f55ad9 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { terminalFooter := "" - app := framework.NewApp("console", "the easiest way to operate your elasticsearch platform.", + app := framework.NewApp("console", "the easiest way to operate your own elasticsearch platform.", config.Version, config.LastCommitLog, config.BuildDate,config.EOLDate, terminalHeader, terminalFooter) app.Init(nil)