apecloud/kbcli

[BUG] typo in `kbcli cluster edit-config` help

shawn0915 opened this issue · 1 comments

Describe the bug

typo here, need to update.

To Reproduce

[root@rocky9 ~]# kbcli cluster edit-config --help | egrep 'Opt|Usage|comp'
Edit the config file of the component.
Options:
    --components=[]:
	Boolean flag to restart component. Default with false.
Usage:
  kbcli cluster edit-config NAME [--component=component-name] [--config-spec=config-spec-name] [--config-file=config-file] [flags] [options]
[root@rocky9 ~]# 

Expected behavior

should be --components in Usage

Screenshots

图片

Desktop (please complete the following information):

[root@rocky9 ~]# kbcli version
Kubernetes: v1.23.8+k3s1
KubeBlocks: 0.8.2
kbcli: 0.8.2

Additional context
Add any other context about the problem here.

This issue has been marked as stale because it has been open for 30 days with no activity