From 5e8e52eb260ff92486eb6c0b93b79ad59f42ec92 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Thu, 11 Oct 2018 12:48:35 +0000 Subject: fix minor usage inconsistencies --- fbench/src/fbench/fbench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fbench') 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 : save query results to output files with the given pattern\n"); printf(" (default is not saving.)\n"); printf(" -r : number of times to re-use each query file. -1 means no limit [-1]\n"); - printf(" -m : max line size in input query files [8192].\n"); + printf(" -m : max line size in input query files [131072].\n"); printf(" Can not be less than the minimum [1024].\n"); printf(" -p : print summary every 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(" : the host you want to benchmark.\n"); printf(" : the port to use when contacting the host.\n\n"); -- cgit v1.2.3