From bcd6fb08cc6fb0380cf4402342a3353a116f1692 Mon Sep 17 00:00:00 2001 From: zzxwill Date: Thu, 19 Nov 2020 16:22:34 +0800 Subject: [PATCH] Update vela Cli description To make it consistent to the description of KubeVela repo --- pkg/commands/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/cli.go b/pkg/commands/cli.go index ac3330a52..d926f9050 100644 --- a/pkg/commands/cli.go +++ b/pkg/commands/cli.go @@ -28,7 +28,7 @@ func NewCommand() *cobra.Command { DisableFlagParsing: true, Run: func(cmd *cobra.Command, args []string) { allCommands := cmd.Commands() - cmd.Printf("✈️ The Extensible Application Platform Based on Kubernetes and Open Application Model (OAM).\n\nUsage:\n vela [flags]\n vela [command]\n\nAvailable Commands:\n\n") + cmd.Printf("✈️ An Easy-to-use yet Fully Extensible App Platform based on Kubernetes and Open Application Model.\n\nUsage:\n vela [flags]\n vela [command]\n\nAvailable Commands:\n\n") PrintHelpByTag(cmd, allCommands, types.TypeStart) PrintHelpByTag(cmd, allCommands, types.TypeApp) PrintHelpByTag(cmd, allCommands, types.TypeCap)