Skip to content

Commit c4007de

Browse files
davidkylebenwtrent
andauthored
Update qa/vector/src/main/java/org/elasticsearch/test/knn/KnnIndexTester.java
Co-authored-by: Benjamin Trent <[email protected]>
1 parent 9c38943 commit c4007de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/vector/src/main/java/org/elasticsearch/test/knn/KnnIndexTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)