Skip to content

Commit

Permalink
Update macro/ex_filtering_points.py
Browse files Browse the repository at this point in the history
update parser help

Co-authored-by: leavauchier <[email protected]>
  • Loading branch information
alavenant and leavauchier authored May 15, 2024
1 parent 285fbcc commit dd551ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/ex_filtering_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

def parse_args():
parser = argparse.ArgumentParser("Tools for apply pdal pipelines")
parser = argparse.ArgumentParser("Tool to apply pdal pipelines to modify classification")
parser.add_argument("--input", "-i", type=str, required=True, help="Input las file")
parser.add_argument("--output", "-o", type=str, required=True, help="Output las file")
return parser.parse_args()
Expand Down

0 comments on commit dd551ed

Please sign in to comment.