Skip to content

Commit

Permalink
fix(load_balancer): word mistake in help output for add-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Koch committed Aug 29, 2023
1 parent 14fa7bf commit be28006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/loadbalancer/add_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var AddServiceCommand = base.Cmd{
BaseCobraCommand: func(client hcapi2.Client) *cobra.Command {
cmd := &cobra.Command{
Use: "add-service LOADBALANCER FLAGS",
Short: "Add a service from a Load Balancer",
Short: "Add a service to a Load Balancer",
Args: cobra.ExactArgs(1),
ValidArgsFunction: cmpl.SuggestArgs(cmpl.SuggestCandidatesF(client.LoadBalancer().Names)),
TraverseChildren: true,
Expand Down

0 comments on commit be28006

Please sign in to comment.