This commit is contained in:
Anatoly Yakovenko 2018-05-23 15:21:02 -07:00 committed by Greg Fitzgerald
parent 82ac8eb731
commit f1988ee1e3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ fn main() {
let mut opts = Options::new();
opts.optopt("l", "", "leader", "leader.json");
opts.optopt("c", "", "client address", "host");
opts.optopt("c", "", "client address", "host:port");
opts.optopt("t", "", "number of threads", &format!("{}", threads));
opts.optopt(
"n",