[geos-commits] [SCM] GEOS branch master updated. 228ba06f8503132fa9d16509df0e1e843f2ab413

git at osgeo.org git at osgeo.org
Wed Jan 13 14:56:29 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  228ba06f8503132fa9d16509df0e1e843f2ab413 (commit)
      from  f79e7e074efe94cbff3356ea3add50c3d3cbf027 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 228ba06f8503132fa9d16509df0e1e843f2ab413
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Jan 13 14:56:24 2021 -0800

    Update geosop README

diff --git a/util/geosop/README.md b/util/geosop/README.md
index 3462cc5..284e368 100644
--- a/util/geosop/README.md
+++ b/util/geosop/README.md
@@ -25,13 +25,11 @@ It can be used to:
 * Time the overall and individual performance of each operation
 
 ## Usage
-
+```
   geosop [OPTION...] opName opArg
 
-  -a arg               source for A geometries (WKT, WKB, file, stdin,
-                       stdin.wkb)
-  -b arg               source for B geometries (WKT, WKB, file, stdin,
-                       stdin.wkb)
+  -a arg               source for A geometries (WKT, WKB, file, stdin, stdin.wkb)
+  -b arg               source for B geometries (WKT, WKB, file, stdin, stdin.wkb)
       --alimit arg     Limit nunber of A geometries read
   -c, --collect        Collect input into single geometry
   -e, --explode        Explode results into conponent geometris
@@ -41,6 +39,7 @@ It can be used to:
   -r, --repeat arg     Repeat operation N times
   -t, --time           Print execution time
   -v, --verbose        Verbose output
+```
 
 ## Examples
 

-----------------------------------------------------------------------

Summary of changes:
 util/geosop/README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list