fixed spelling mistakes of karmadactl join command example (#39)

This commit is contained in:
Hanbo Li 2020-11-27 16:02:27 +08:00 committed by GitHub
parent 520b8d3397
commit 73f34fe760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var (
joinLong = `Join registers a member cluster to control plane.`
joinExample = `
karmadactl join CLUSTER_NAME --member-cluster-config-path=<KUBECONFIG>
karmadactl join CLUSTER_NAME --member-cluster-kubeconfig=<KUBECONFIG>
`
)