Merge pull request #2163 from AllenZMC/karmadactl
improve karmadactl command line description
This commit is contained in:
commit
6bd435a5e0
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
initShort = `Install karmada in kubernetes.`
|
initShort = `Install karmada in kubernetes`
|
||||||
initLong = `Install karmada in kubernetes.`
|
initLong = `Install karmada in kubernetes.`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
promoteShort = `Promote resources from legacy clusters to karmada control plane.`
|
promoteShort = `Promote resources from legacy clusters to karmada control plane`
|
||||||
promoteLong = `Promote resources from legacy clusters to karmada control plane. Requires the cluster be joined or registered.`
|
promoteLong = `Promote resources from legacy clusters to karmada control plane. Requires the cluster be joined or registered.`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
taintShort = `Update the taints on one or more clusters.`
|
taintShort = `Update the taints on one or more clusters`
|
||||||
taintLong = `Update the taints on one or more clusters.`
|
taintLong = `Update the taints on one or more clusters.`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
versionShort = `Print the version information.`
|
versionShort = `Print the version information`
|
||||||
versionLong = `Print the version information.`
|
versionLong = `Print the version information.`
|
||||||
versionExample = ` # Print %s command version
|
versionExample = ` # Print %s command version
|
||||||
%s version`
|
%s version`
|
||||||
|
|
Loading…
Reference in New Issue