From 5edc0b0aa6e25c341f31c9d3da9d4b18bd1c9a68 Mon Sep 17 00:00:00 2001 From: chrisd Date: Wed, 19 Feb 2020 11:28:36 +1100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c96a764..aab5311 100644 --- a/README.md +++ b/README.md @@ -100,5 +100,5 @@ $ python polyline_to_points.py path/to/shp $ python polyline_to_points.py -s 5 path/to/shp # Use profile names from field "ProfileID" in the attribute table at 1 m spacing -$ python polyline_to_points.py -f -s 1 ProfileID path/to/shp +$ python polyline_to_points.py -f ProfileID -s 1 path/to/shp ```