summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-12-14 11:53:39 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-12-14 11:53:39 +0100
commit8dd6dbf27c66bd3682b6a40683ef1890e99cfd47 (patch)
treee3b8e70ca5bf4d46df782e80f37fd097d68c6287 /fbench
parent6bd99ead4b0dfb91c930b7412df86625192bddf6 (diff)
Provide some human-readable responses to reindexing commands
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp
index efac34409cc..b2bdc69eca4 100644
--- a/fbench/src/fbench/fbench.cpp
+++ b/fbench/src/fbench/fbench.cpp
@@ -291,7 +291,7 @@ FBench::Usage()
printf(" [-s seconds] [-q queryFilePattern] [-o outputFilePattern]\n");
printf(" [-r restartLimit] [-m maxLineSize] [-k] <hostname> <port>\n\n");
printf(" -H <str> : append extra header to each get request.\n");
- printf(" -A <str> : assign autority. <str> should be hostname:port format. Overrides Host: header sent.\n");
+ printf(" -A <str> : assign authority. <str> should be hostname:port format. Overrides Host: header sent.\n");
printf(" -P : use POST for requests instead of GET.\n");
printf(" -a <str> : append string to each query\n");
printf(" -n <num> : run with <num> parallel clients [10]\n");