From 273b91c41f213e5e5826ee49878d028580168c5d Mon Sep 17 00:00:00 2001 From: Girish Date: Thu, 12 Jan 2023 04:46:35 +0530 Subject: [PATCH] Fix typo in the long cli description of vela system command Signed-off-by: Girish Ramnani --- references/cli/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/cli/system.go b/references/cli/system.go index cad79c734..9bcee950c 100644 --- a/references/cli/system.go +++ b/references/cli/system.go @@ -58,7 +58,7 @@ func NewSystemCommand(c common.Args) *cobra.Command { cmd := &cobra.Command{ Use: "system", Short: "Manage system.", - Long: "Manage system, incluing printing the system deployment information in vela-system namespace and diagnosing the system's health.", + Long: "Manage system, including printing the system deployment information in vela-system namespace and diagnosing the system's health.", Example: "# Check all deployments information in all namespaces with label app.kubernetes.io/name=vela-core :\n" + "> vela system info\n" + "# Specify a deployment name with a namespace to check detail information:\n" +