From e751aa211fc606a4dd93a28bf90e9c1dcd7b2fa7 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Wed, 22 May 2024 15:22:25 -0700 Subject: [PATCH] Improve JtsOp doc --- .../src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java index 31ba6a307e..6f09f88476 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java @@ -172,8 +172,8 @@ private static CommandLine createCmdLine() { " -eachb execute op on each element of B", " -index index the B geometries", " -repeat repeat the operation N times", - " -where op v output geometry where operation result matches predicate op and value.", - " Predicates ops are: eq, ne, ge, gt, le, lt", + " -where cond v output geometry where operation result matches condition and value.", + " Conditions are: eq, ne, ge, gt, le, lt", " -validate validate the result of each operation", " -geomfunc specifies class providing geometry operations", " -op separator to delineate operation arguments",