[GRASS-SVN] r71335 - in grass/trunk/vector: v.lidar.correction v.lidar.edgedetection

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 7 06:01:44 PDT 2017


Author: mmetz
Date: 2017-08-07 06:01:44 -0700 (Mon, 07 Aug 2017)
New Revision: 71335

Modified:
   grass/trunk/vector/v.lidar.correction/main.c
   grass/trunk/vector/v.lidar.edgedetection/main.c
Log:
v.lidar.*: sync description

Modified: grass/trunk/vector/v.lidar.correction/main.c
===================================================================
--- grass/trunk/vector/v.lidar.correction/main.c	2017-08-07 12:40:37 UTC (rev 71334)
+++ grass/trunk/vector/v.lidar.correction/main.c	2017-08-07 13:01:44 UTC (rev 71335)
@@ -77,7 +77,7 @@
     spline_step_flag->key = 'e';
     spline_step_flag->label = _("Estimate point density and distance and quit");
     spline_step_flag->description =
-	_("Estimate point density and distance for the input vector points within the current region extends and quit");
+	_("Estimate point density and distance in map units for the input vector points within the current region extents and quit");
     spline_step_flag->suppress_required = YES;
 
     in_opt = G_define_standard_option(G_OPT_V_INPUT);

Modified: grass/trunk/vector/v.lidar.edgedetection/main.c
===================================================================
--- grass/trunk/vector/v.lidar.edgedetection/main.c	2017-08-07 12:40:37 UTC (rev 71334)
+++ grass/trunk/vector/v.lidar.edgedetection/main.c	2017-08-07 13:01:44 UTC (rev 71335)
@@ -82,7 +82,7 @@
     spline_step_flag->key = 'e';
     spline_step_flag->label = _("Estimate point density and distance and quit");
     spline_step_flag->description =
-	_("Estimate point density and distance for the input vector points within the current region extends and quit");
+	_("Estimate point density and distance in map units for the input vector points within the current region extents and quit");
     spline_step_flag->suppress_required = YES;
 
     in_opt = G_define_standard_option(G_OPT_V_INPUT);



More information about the grass-commit mailing list