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 bfbe426 commit 5e37a65Copy full SHA for 5e37a65
cmd/cloudflared/tunnel/subcommands.go
@@ -632,7 +632,7 @@ func buildRunCommand() *cli.Command {
632
Action: cliutil.ConfiguredAction(runCommand),
633
Usage: "Proxy a local web server by running the given tunnel",
634
UsageText: "cloudflared tunnel [tunnel command options] run [subcommand options] [TUNNEL]",
635
- Description: `Runs the tunnel identified by name or UUUD, creating highly available connections
+ Description: `Runs the tunnel identified by name or UUID, creating highly available connections
636
between your server and the Cloudflare edge. You can provide name or UUID of tunnel to run either as the
637
last command line argument or in the configuration file using "tunnel: TUNNEL".
638
0 commit comments