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)