1
0
Fork 0

fix typo in help text

This commit is contained in:
Jan Steemann 2013-10-20 20:22:09 +02:00
parent ed65b6c14e
commit dd058bdfbf
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ static void ParseProgramOptions (int argc, char* argv[]) {
("async", &Async, "send asychronous requests")
("concurrency", &Concurrency, "number of parallel connections")
("requests", &Operations, "total number of operations")
("batch-size", &BatchSize, "number of operations in one batch (0 disables batching")
("batch-size", &BatchSize, "number of operations in one batch (0 disables batching)")
("keep-alive", &KeepAlive, "use HTTP keep-alive")
("collection", &Collection, "collection name to use in tests")
("test-case", &TestCase, "test case to use")