improve karmadactl promte -h

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2022-07-16 18:54:10 +08:00
parent ab00a50c19
commit 55008d1b6a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func promoteExample(parentCommand string) string {
# Promote deployment(default/nginx) from cluster1 to Karmada` + "\n" +
fmt.Sprintf("%s promote deployment nginx -n default -C cluster1", parentCommand) + `
# Promote deployment((default/nginx) with gvk from cluster1 to Karmada` + "\n" +
# Promote deployment(default/nginx) with gvk from cluster1 to Karmada` + "\n" +
fmt.Sprintf("%s promote deployment.v1.apps nginx -n default -C cluster1", parentCommand) + `
# Dumps the artifacts but does not deploy them to Karmada, same as 'dry run'` + "\n" +