[GRASS-SVN] r71522 - grass/branches/releasebranch_7_2/vector/v.voronoi
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 1 06:55:36 PDT 2017
Author: annakrat
Date: 2017-10-01 06:55:35 -0700 (Sun, 01 Oct 2017)
New Revision: 71522
Modified:
grass/branches/releasebranch_7_2/vector/v.voronoi/main.c
Log:
v.voronoi: update parameter description (merge from trunk, r71521)
Modified: grass/branches/releasebranch_7_2/vector/v.voronoi/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.voronoi/main.c 2017-10-01 13:53:14 UTC (rev 71521)
+++ grass/branches/releasebranch_7_2/vector/v.voronoi/main.c 2017-10-01 13:55:35 UTC (rev 71522)
@@ -128,7 +128,7 @@
"an input vector map containing points or centroids.");
opt.in = G_define_standard_option(G_OPT_V_INPUT);
- opt.in->label = _("Name of input vector point map");
+ opt.in->label = _("Name of input vector map");
opt.field = G_define_standard_option(G_OPT_V_FIELD_ALL);
More information about the grass-commit
mailing list