From 9904929b8371191a2722e9c5dd2f2e23bec5a92c Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Tue, 16 Aug 2022 14:54:13 +0100 Subject: [PATCH] Fix typo in help text for `cloudflared tunnel route lb` --- cmd/cloudflared/tunnel/subcommands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cloudflared/tunnel/subcommands.go b/cmd/cloudflared/tunnel/subcommands.go index 4494e761..9adc684c 100644 --- a/cmd/cloudflared/tunnel/subcommands.go +++ b/cmd/cloudflared/tunnel/subcommands.go @@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava Name: "lb", Action: cliutil.ConfiguredAction(routeLbCommand), Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary", - UsageText: "cloudflared tunnel route dns [TUNNEL] [HOSTNAME] [LB-POOL]", + UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL]", Description: `Creates Load Balancer with an origin pool that points to the tunnel.`, }, buildRouteIPSubcommand(),