aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2018-10-11 12:48:35 +0000
committerHåvard Pettersen <havardpe@oath.com>2018-10-11 12:48:35 +0000
commit5e8e52eb260ff92486eb6c0b93b79ad59f42ec92 (patch)
tree86f4befc454af6673cdb7faec9776a667414be7a /fbench
parent4ff6c2ae4efe291df5d420e75a4de7d61d961cc5 (diff)
fix minor usage inconsistencies
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp
index c98c3ead4fe..7555c1fb43b 100644
--- a/fbench/src/fbench/fbench.cpp
+++ b/fbench/src/fbench/fbench.cpp
@@ -226,11 +226,11 @@ FBench::Usage()
printf(" -o <str> : save query results to output files with the given pattern\n");
printf(" (default is not saving.)\n");
printf(" -r <num> : number of times to re-use each query file. -1 means no limit [-1]\n");
- printf(" -m <num> : max line size in input query files [8192].\n");
+ printf(" -m <num> : max line size in input query files [131072].\n");
printf(" Can not be less than the minimum [1024].\n");
printf(" -p <num> : print summary every <num> seconds.\n");
printf(" -k : disable HTTP keep-alive.\n");
- printf(" -y : write data on coverage to output file (must used with -x).\n");
+ printf(" -y : write data on coverage to output file.\n");
printf(" -z : use single query file to be distributed between clients.\n\n");
printf(" <hostname> : the host you want to benchmark.\n");
printf(" <port> : the port to use when contacting the host.\n\n");