Skip to content

Commit

Permalink
restore: add missing '/' to help of --connect for br restore full (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm authored and overvenus committed Oct 30, 2019
1 parent d8c5b28 commit c73d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newFullRestoreCommand() *cobra.Command {
},
}

command.Flags().String("connect", "", "the address to connect tidb, format: username:password@protocol(address)")
command.Flags().String("connect", "", "the address to connect tidb, format: username:password@protocol(address)/")

command.MarkFlagRequired("connect")
command.MarkFlagRequired("importer")
Expand Down

0 comments on commit c73d56f

Please sign in to comment.