This repository was archived by the owner on Jun 12, 2018. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,19 @@ func init() {
65
65
"challenger_url" ,
66
66
"" ,
67
67
"[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. " +
69
69
"Supported by only \" real\" style" )
70
70
flag .StringVar (& challengerUrl2 ,
71
71
"challenger_url2" ,
72
72
"" ,
73
73
"[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. " +
75
75
"Supported by only \" real\" style" )
76
76
flag .StringVar (& challengerUrl3 ,
77
77
"challenger_url3" ,
78
78
"" ,
79
79
"[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. " +
81
81
"Supported by only \" real\" style" )
82
82
flag .StringVar (& style ,
83
83
"style" ,
You can’t perform that action at this time.
0 commit comments