Skip to content

Commit 5e37a65

Browse files
authored
Fix typo (#918)
UUID not UUUD
1 parent bfbe426 commit 5e37a65

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
@@ -632,7 +632,7 @@ func buildRunCommand() *cli.Command {
632632
Action: cliutil.ConfiguredAction(runCommand),
633633
Usage: "Proxy a local web server by running the given tunnel",
634634
UsageText: "cloudflared tunnel [tunnel command options] run [subcommand options] [TUNNEL]",
635-
Description: `Runs the tunnel identified by name or UUUD, creating highly available connections
635+
Description: `Runs the tunnel identified by name or UUID, creating highly available connections
636636
between your server and the Cloudflare edge. You can provide name or UUID of tunnel to run either as the
637637
last command line argument or in the configuration file using "tunnel: TUNNEL".
638638

0 commit comments

Comments
 (0)