Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 766bad9

Browse files
author
Tim Vaillancourt
committed
Update uri format for challenger hosts, I forgot this in the original change
1 parent bfce747 commit 766bad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/flashback/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ func init() {
6565
"challenger_url",
6666
"",
6767
"[Optional] Url of the challenger, another mongo database configured with different parameters. "+
68-
"Queries will be sent into both simultaneously Format: <host>[:<port>]. Not used by default. "+
68+
"Queries will be sent into both simultaneously Format: mongodb://[<user>:<password>@]<host>[:<port>]. Not used by default. "+
6969
"Supported by only \"real\" style")
7070
flag.StringVar(&challengerUrl2,
7171
"challenger_url2",
7272
"",
7373
"[Optional] Url of the challenger2, another mongo database configured with different parameters. "+
74-
"Queries will be sent into both simultaneously Format: <host>[:<port>]. Not used by default. "+
74+
"Queries will be sent into both simultaneously Format: mongodb://[<user>:<password>@]<host>[:<port>]. Not used by default. "+
7575
"Supported by only \"real\" style")
7676
flag.StringVar(&challengerUrl3,
7777
"challenger_url3",
7878
"",
7979
"[Optional] Url of the challenger3, another mongo database configured with different parameters. "+
80-
"Queries will be sent into both simultaneously Format: <host>[:<port>]. Not used by default. "+
80+
"Queries will be sent into both simultaneously Format: mongodb://[<user>:<password>@]<host>[:<port>]. Not used by default. "+
8181
"Supported by only \"real\" style")
8282
flag.StringVar(&style,
8383
"style",

0 commit comments

Comments
 (0)