mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 20:10:00 +00:00
Fix typo in help text for cloudflared tunnel route lb
This commit is contained in:

committed by
João Oliveirinha

parent
c280d62fe5
commit
9904929b83
@@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava
|
|||||||
Name: "lb",
|
Name: "lb",
|
||||||
Action: cliutil.ConfiguredAction(routeLbCommand),
|
Action: cliutil.ConfiguredAction(routeLbCommand),
|
||||||
Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary",
|
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.`,
|
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
|
||||||
},
|
},
|
||||||
buildRouteIPSubcommand(),
|
buildRouteIPSubcommand(),
|
||||||
|
Reference in New Issue
Block a user