We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b3aab commit ef71fe9Copy full SHA for ef71fe9
ctl/version/version.go
@@ -39,7 +39,7 @@ func NewCmd() *cobra.Command {
39
kmeshctl version
40
41
# Show version info of a specific Kmesh daemon
42
-kmesh version <kmesh-daemon-pod>`,
+kmeshctl version <kmesh-daemon-pod>`,
43
Run: func(cmd *cobra.Command, args []string) {
44
_ = RunVersion(cmd, args)
45
},
0 commit comments