AUTH-2529 added deprecation text to db-connect command

This commit is contained in:
Dalton
2020-05-14 10:26:09 -05:00
parent 8c870c19a6
commit df3ad2b223
2 changed files with 13 additions and 5 deletions

View File

@@ -131,12 +131,12 @@ func Commands() []*cli.Command {
},
},
{
Name: "ssh",
Name: "tcp",
Action: errorHandler(ssh),
Aliases: []string{"rdp", "tcp", "smb"},
Aliases: []string{"rdp", "ssh", "smb"},
Usage: "",
ArgsUsage: "",
Description: `The ssh subcommand sends data over a proxy to the Cloudflare edge.`,
Description: `The tcp subcommand sends data over a proxy to the Cloudflare edge.`,
Flags: []cli.Flag{
&cli.StringFlag{
Name: sshHostnameFlag,