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 7081036 commit 04d620fCopy full SHA for 04d620f
1 file changed
cmd/version.go
@@ -25,8 +25,8 @@ import (
25
func NewVersionCommand() *cobra.Command {
26
var command = &cobra.Command{
27
Use: "version",
28
- Short: "Print the version number of microkcs CLI",
29
- Long: `Print the version number of microkcs CLI`,
+ Short: "Print the version number of microcks CLI",
+ Long: `Print the version number of microcks CLI`,
30
Run: func(cmd *cobra.Command, args []string) {
31
fmt.Printf("Microcks-CLI %s\n", version.Version)
32
},
0 commit comments