Format code

This commit is contained in:
GoncaloGarcia 2024-04-02 17:14:35 +01:00 committed by Devin Carr
parent b5be8a6fa4
commit 7deb4340b4
1 changed files with 2 additions and 2 deletions

View File

@ -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{