[GRASS-SVN] r71338 - in grass/branches/releasebranch_7_2/vector: v.lidar.correction v.lidar.edgedetection
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 7 15:23:31 PDT 2017
Author: neteler
Date: 2017-08-07 15:23:31 -0700 (Mon, 07 Aug 2017)
New Revision: 71338
Modified:
grass/branches/releasebranch_7_2/vector/v.lidar.correction/main.c
grass/branches/releasebranch_7_2/vector/v.lidar.edgedetection/main.c
Log:
v.lidar.*: sync description (trunk, r71335)
Modified: grass/branches/releasebranch_7_2/vector/v.lidar.correction/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.lidar.correction/main.c 2017-08-07 15:26:27 UTC (rev 71337)
+++ grass/branches/releasebranch_7_2/vector/v.lidar.correction/main.c 2017-08-07 22:23:31 UTC (rev 71338)
@@ -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/branches/releasebranch_7_2/vector/v.lidar.edgedetection/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.lidar.edgedetection/main.c 2017-08-07 15:26:27 UTC (rev 71337)
+++ grass/branches/releasebranch_7_2/vector/v.lidar.edgedetection/main.c 2017-08-07 22:23:31 UTC (rev 71338)
@@ -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