update tagline
This commit is contained in:
parent
408c2feb50
commit
a3d300dbb8
2
main.go
2
main.go
|
@ -33,7 +33,7 @@ func main() {
|
||||||
|
|
||||||
terminalFooter := ""
|
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)
|
config.Version, config.LastCommitLog, config.BuildDate,config.EOLDate, terminalHeader, terminalFooter)
|
||||||
|
|
||||||
app.Init(nil)
|
app.Init(nil)
|
||||||
|
|
Loading…
Reference in New Issue