This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 70c26de Fix #732: Adjusted CLI tagline to be in sync with updated (serverless superpowers) language. (#931) 70c26de is described below commit 70c26de2e0de72b6694af42bc82e20989e55f5ce Author: Mike Dobozy <dobozysau...@gmail.com> AuthorDate: Tue Sep 10 08:57:50 2019 -0400 Fix #732: Adjusted CLI tagline to be in sync with updated (serverless superpowers) language. (#931) --- pkg/cmd/root.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/root.go b/pkg/cmd/root.go index f197fc9..d1dbffc 100644 --- a/pkg/cmd/root.go +++ b/pkg/cmd/root.go @@ -26,9 +26,8 @@ import ( "github.com/spf13/cobra" ) -const kamelCommandLongDescription = `Apache Camel K is a lightweight integration framework -built from Apache Camel that runs natively on Kubernetes and is -specifically designed for serverless and microservice architectures. +const kamelCommandLongDescription = `Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless +superpowers. ` // RootCmdOptions --