Skip to content

Commit 9904929

Browse files
jamielinuxjoliveirinha
authored andcommitted
Fix typo in help text for cloudflared tunnel route lb
1 parent c280d62 commit 9904929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloudflared/tunnel/subcommands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava
821821
Name: "lb",
822822
Action: cliutil.ConfiguredAction(routeLbCommand),
823823
Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary",
824-
UsageText: "cloudflared tunnel route dns [TUNNEL] [HOSTNAME] [LB-POOL]",
824+
UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL]",
825825
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
826826
},
827827
buildRouteIPSubcommand(),

0 commit comments

Comments
 (0)