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 b5be8a6 commit 7deb434Copy full SHA for 7deb434
cmd/cloudflared/access/cmd.go
@@ -135,8 +135,8 @@ func Commands() []*cli.Command {
135
EnvVars: []string{"TUNNEL_SERVICE_HOSTNAME"},
136
},
137
&cli.StringFlag{
138
- Name: sshDestinationFlag,
139
- Usage: "specify the destination address of your SSH server.",
+ Name: sshDestinationFlag,
+ Usage: "specify the destination address of your SSH server.",
140
EnvVars: []string{"TUNNEL_SERVICE_DESTINATION"},
141
142
0 commit comments