Skip to content

Commit 8ec8a2f

Browse files
committed
connect: fix typo in help
1 parent bd52eb5 commit 8ec8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewConnectCmd() *cobra.Command {
5454
"\n" +
5555
"You could pass command line arguments to the interpreted SCRIPT" +
5656
" or COMMAND passed via -f flag:\n\n" +
57-
`echo "print(...)" | tt connect user@pass:localhost:3013 -f- 1, 2, 3`,
57+
`echo "print(...)" | tt connect user:pass@localhost:3013 -f- 1, 2, 3`,
5858
Run: func(cmd *cobra.Command, args []string) {
5959
cmdCtx.CommandName = cmd.Name()
6060
err := modules.RunCmd(&cmdCtx, cmd.CommandPath(), &modulesInfo,

0 commit comments

Comments
 (0)