Merge pull request #2163 from AllenZMC/karmadactl

improve karmadactl command line description
This commit is contained in:
karmada-bot 2022-07-14 09:11:37 +08:00 committed by GitHub
commit 6bd435a5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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.`
) )

View File

@ -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.`
) )

View File

@ -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.`
) )

View File

@ -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`