We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d99348 commit de7ca4bCopy full SHA for de7ca4b
cmd/cloudflared/tunnel/subcommands.go
@@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava
821
Name: "lb",
822
Action: cliutil.ConfiguredAction(routeLbCommand),
823
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]",
+ UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL-NAME]",
825
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
826
},
827
buildRouteIPSubcommand(),
0 commit comments