Skip to content

Commit

Permalink
docs(load-balancer): change description for protocol flag (#577)
Browse files Browse the repository at this point in the history
This fixes the description for the `protocol` flag of the `load-balancer
update-service` command. Before this change, the description was
identical with the description of the `health-check-protocol` flag.
  • Loading branch information
n9v9 authored Oct 23, 2023
1 parent f3fa881 commit 19385c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/loadbalancer/update_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var UpdateServiceCommand = base.Cmd{

cmd.Flags().Int("destination-port", 0, "Destination port of the service on the targets")

cmd.Flags().String("protocol", "", "The protocol the health check is performed over")
cmd.Flags().String("protocol", "", "The protocol to use for load balancing traffic")
cmd.Flags().Bool("proxy-protocol", false, "Enable or disable (with --proxy-protocol=false) Proxy Protocol")
cmd.Flags().Bool("http-redirect-http", false, "Enable or disable redirect all traffic on port 80 to port 443")

Expand Down

0 comments on commit 19385c7

Please sign in to comment.