diff --git a/opendm/config.py b/opendm/config.py index 64235308..c61a692c 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -234,7 +234,7 @@ def config(argv=None, parser=None): action=StoreValue, default='incremental', choices=['incremental', 'triangulation'], - help=('Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation is faster. ' + help=('Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. ' 'Can be one of: %(choices)s. Default: ' '%(default)s'))