Skip to content

Commit de7ca4b

Browse files
TUN-7077: Specific name in cloudflare tunnel route lb command
1 parent 4d99348 commit de7ca4b

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 lb [TUNNEL] [HOSTNAME] [LB-POOL]",
824+
UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL-NAME]",
825825
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
826826
},
827827
buildRouteIPSubcommand(),

0 commit comments

Comments
 (0)