Skip to content

Commit

Permalink
connect: update help
Browse files Browse the repository at this point in the history
Follow-up #15
  • Loading branch information
LeonidVas committed Apr 20, 2022
1 parent 4b0b2fb commit 2aa6d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ var (
// NewConnectCmd creates connect command.
func NewConnectCmd() *cobra.Command {
var connectCmd = &cobra.Command{
Use: "connect [INSTANCE_NAME]",
Use: "connect (<INSTANCE_NAME> | <URI>) [<FILE> | <COMMAND>]\n" +
" COMMAND | tt connect (<INSTANCE_NAME> | <URI>)",
Short: "Connect to the tarantool instance",
Run: func(cmd *cobra.Command, args []string) {
err := modules.RunCmd(&cmdCtx, cmd.Name(), &modulesInfo, internalConnectModule, args)
Expand Down

0 comments on commit 2aa6d31

Please sign in to comment.