Skip to content

Commit

Permalink
change short text for help topic
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Nov 7, 2024
1 parent 2188c1c commit bd78eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/ocm/commands/verbs/install/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// NewCommand creates a new command.
func NewCommand(ctx clictx.Context) *cobra.Command {
cmd := utils.MassageCommand(&cobra.Command{
Short: "Install elements.",
Short: "Install new OCM CLI components ",
}, verbs.Install)
cmd.AddCommand(plugins.NewCommand(ctx))
return cmd
Expand Down

0 comments on commit bd78eb4

Please sign in to comment.