aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-06-21 14:18:45 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-06-21 14:18:45 +0000
commit80a5a9cbd8dc8c22b207d49fa8cec93568adda54 (patch)
tree9999fce2de5ee17b95db10fa7ecd1fddfbba3337 /searchlib/src/apps
parentb73c2d3d2d0102ebf26b8f545455028cecca03ad (diff)
Remove mlock as option for backend too
Diffstat (limited to 'searchlib/src/apps')
-rw-r--r--searchlib/src/apps/docstore/benchmarkdatastore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/docstore/benchmarkdatastore.cpp b/searchlib/src/apps/docstore/benchmarkdatastore.cpp
index 20f06a087f5..5277c71cea2 100644
--- a/searchlib/src/apps/docstore/benchmarkdatastore.cpp
+++ b/searchlib/src/apps/docstore/benchmarkdatastore.cpp
@@ -29,7 +29,7 @@ class BenchmarkDataStoreApp : public FastOS_Application
void
BenchmarkDataStoreApp::usage()
{
- printf("Usage: %s <direcory> <numreads> <numthreads> <objects per read> <normal,directio,mmap,mlock>\n", _argv[0]);
+ printf("Usage: %s <direcory> <numreads> <numthreads> <objects per read> <normal,directio,mmap>\n", _argv[0]);
fflush(stdout);
}