mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
Fix typo in the long cli description of vela system command
Signed-off-by: Girish Ramnani <girishramnani95@gmail.com>
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user