From 4aa83c9956ac65ee011d1e1a131592eba3870b31 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 20 Mar 2023 17:55:52 -0400 Subject: [PATCH] Update config --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 415829b1..c9ee5787 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -344,7 +344,7 @@ def config(argv=None, parser=None): action=StoreTrue, nargs=0, default=False, - help='Classify the point cloud outputs using a Simple Morphological Filter. ' + help='Classify the point cloud outputs. ' 'You can control the behavior of this option by tweaking the --dem-* parameters. ' 'Default: ' '%(default)s')