Skip to content

Commit

Permalink
refactor(plugin): rename kmov to kubemove
Browse files Browse the repository at this point in the history
Signed-off-by: ashishranjan738 <ashishranjan738@gmail.com>
  • Loading branch information
ashishranjan738 committed May 19, 2019
1 parent 0c2be1e commit a340008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/plugin/v1alpha1/kubemove.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import "github.com/spf13/cobra"
func NewCmdKubeMove() *cobra.Command {
cmd := &cobra.Command{
Use: "kubemove",
Short: "kubemove is used for interacting with kmov operators",
Long: "kubemove is used for interacting with kmov operators",
Short: "kubemove is used for interacting with kubemove operators",
Long: "kubemove is used for interacting with kubemove operators",
}
cmd.AddCommand(NewCmdVersion())
return cmd
Expand Down

0 comments on commit a340008

Please sign in to comment.