Fix typo in the long cli description of vela system command

Signed-off-by: Girish Ramnani <girishramnani95@gmail.com>
This commit is contained in:
Girish
2023-01-12 04:52:12 +05:30
committed by Girish Ramnani
parent fbaea02408
commit 273b91c41f
+1 -1
View File
@@ -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" +