Skip to content

Commit

Permalink
Update manager command description
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 27, 2024
1 parent 9ddabaf commit 3a185fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewManagerCommand() *cobra.Command {
NewControllerCommandConfig(AddonName, version.Get(), runManagerController).
NewCommand()
cmd.Use = "manager"
cmd.Short = "Starts the addon manager controller"
cmd.Short = "Starts the fluxcd addon manager"

return cmd
}
Expand Down

0 comments on commit 3a185fa

Please sign in to comment.