From 5e37a65dac9b22a1d9170104e7b4228a3cbdda71 Mon Sep 17 00:00:00 2001 From: Han Li Date: Tue, 4 Apr 2023 23:15:12 +0800 Subject: [PATCH] Fix typo (#918) UUID not UUUD --- cmd/cloudflared/tunnel/subcommands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cloudflared/tunnel/subcommands.go b/cmd/cloudflared/tunnel/subcommands.go index 5e0f6e41..1ae11222 100644 --- a/cmd/cloudflared/tunnel/subcommands.go +++ b/cmd/cloudflared/tunnel/subcommands.go @@ -632,7 +632,7 @@ func buildRunCommand() *cli.Command { Action: cliutil.ConfiguredAction(runCommand), Usage: "Proxy a local web server by running the given tunnel", UsageText: "cloudflared tunnel [tunnel command options] run [subcommand options] [TUNNEL]", - 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 between your server and the Cloudflare edge. You can provide name or UUID of tunnel to run either as the last command line argument or in the configuration file using "tunnel: TUNNEL".