Update docstring

master
Dan Howe 5 years ago
parent f6b2f8f38e
commit 00791e5317

@ -55,7 +55,7 @@ def main():
# Extract points at 5m increments # Extract points at 5m increments
$ python polyline_to_points.py -s 5 path/to/shp $ 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 $ python polyline_to_points.py -f ProfileID path/to/shp
""" """
# Set up command line arguments # Set up command line arguments

Loading…
Cancel
Save