From 00791e531713e49215b0ccd289b152d3b043d1f7 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 19 Feb 2020 11:19:06 +1100 Subject: [PATCH] Update docstring --- polyline_to_points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyline_to_points.py b/polyline_to_points.py index 3d081e0..2394c52 100644 --- a/polyline_to_points.py +++ b/polyline_to_points.py @@ -55,7 +55,7 @@ def main(): # Extract points at 5m increments $ python polyline_to_points.py -s 5 path/to/shp - # Extract points from field "ProfileID" + # Use profile names from field "ProfileID" in the attribute table $ python polyline_to_points.py -f ProfileID path/to/shp """ # Set up command line arguments