File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
qa/vector/src/main/java/org/elasticsearch/test/knn Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ public static void main(String[] args) throws Exception {
231231 // printout an example configuration formatted file and indicate that it is required
232232 System .out .println ("Usage: java -cp <your-classpath> org.elasticsearch.test.knn.KnnIndexTester <config-file> [--warmUp]" );
233233 System .out .println ("Where <config-file> is a JSON file containing one or more configurations for the KNN index tester." );
234- System .out .println ("--warnUp is the number of warm iterations " );
234+ System .out .println ("--warmUp is the number of warm iterations " );
235235 System .out .println ("An example configuration object: " );
236236 System .out .println (TestConfiguration .exampleFormatForHelp ());
237237 return ;
You can’t perform that action at this time.
0 commit comments