diff --git a/cmd/cloudflared/access/cmd.go b/cmd/cloudflared/access/cmd.go index 2cfe650c..b1770f1b 100644 --- a/cmd/cloudflared/access/cmd.go +++ b/cmd/cloudflared/access/cmd.go @@ -135,8 +135,8 @@ func Commands() []*cli.Command { EnvVars: []string{"TUNNEL_SERVICE_HOSTNAME"}, }, &cli.StringFlag{ - Name: sshDestinationFlag, - Usage: "specify the destination address of your SSH server.", + Name: sshDestinationFlag, + Usage: "specify the destination address of your SSH server.", EnvVars: []string{"TUNNEL_SERVICE_DESTINATION"}, }, &cli.StringFlag{