Skip to content

Commit b00bc30

Browse files
committed
lint
1 parent c1cc948 commit b00bc30

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

cli/app.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,9 +2140,11 @@ Copy multiple files from the machine to a local destination with recursion and k
21402140
Action: createCommandWithT[machinesPartCopyFilesArgs](MachinesPartCopyFilesAction),
21412141
},
21422142
{
2143-
Name: "tunnel",
2144-
Usage: "tunnel connections to the specified port on a machine part",
2145-
UsageText: createUsageText("machines part tunnel", []string{generalFlagPart, tunnelFlagLocalPort, tunnelFlagDestinationPort}, true, false),
2143+
Name: "tunnel",
2144+
Usage: "tunnel connections to the specified port on a machine part",
2145+
UsageText: createUsageText("machines part tunnel", []string{
2146+
generalFlagPart, tunnelFlagLocalPort, tunnelFlagDestinationPort,
2147+
}, true, false),
21462148
Flags: []cli.Flag{
21472149
&AliasStringFlag{
21482150
cli.StringFlag{

0 commit comments

Comments
 (0)