Skip to content

Commit 04d620f

Browse files
chores
Signed-off-by: DivyanshuVorrtex <divyanshuchandra9027@gmail.com>
1 parent 7081036 commit 04d620f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
func NewVersionCommand() *cobra.Command {
2626
var command = &cobra.Command{
2727
Use: "version",
28-
Short: "Print the version number of microkcs CLI",
29-
Long: `Print the version number of microkcs CLI`,
28+
Short: "Print the version number of microcks CLI",
29+
Long: `Print the version number of microcks CLI`,
3030
Run: func(cmd *cobra.Command, args []string) {
3131
fmt.Printf("Microcks-CLI %s\n", version.Version)
3232
},

0 commit comments

Comments
 (0)