From 49702d92cdec7afc73d43ddb82b8020ff47a874a Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 30 Jun 2019 12:07:21 -0400 Subject: [PATCH] Show merge options Former-commit-id: 63b3f264cd55d38f89698bcc51d3d8e9385fab99 --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 0664d1a7..46995861 100644 --- a/opendm/config.py +++ b/opendm/config.py @@ -571,7 +571,7 @@ def config(): choices=['all', 'pointcloud', 'orthophoto', 'dem'], help=('Choose what to merge in the merge step in a split dataset. ' 'By default all available outputs are merged. ' - 'Default: ' + 'Options: %(choices)s. Default: ' '%(default)s')) args = parser.parse_args()