[GRASS-SVN] r71427 - in grass/branches/releasebranch_7_2/raster: r.profile r.transect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 21 11:38:00 PDT 2017
Author: neteler
Date: 2017-08-21 11:38:00 -0700 (Mon, 21 Aug 2017)
New Revision: 71427
Modified:
grass/branches/releasebranch_7_2/raster/r.profile/main.c
grass/branches/releasebranch_7_2/raster/r.transect/main.c
Log:
doc: extent and sync keywords and topic
Modified: grass/branches/releasebranch_7_2/raster/r.profile/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.profile/main.c 2017-08-21 17:13:21 UTC (rev 71426)
+++ grass/branches/releasebranch_7_2/raster/r.profile/main.c 2017-08-21 18:38:00 UTC (rev 71427)
@@ -52,6 +52,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("profile"));
+ G_add_keyword(_("transect"));
module->description =
_("Outputs the raster map layer values lying on user-defined line(s).");
Modified: grass/branches/releasebranch_7_2/raster/r.transect/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.transect/main.c 2017-08-21 17:13:21 UTC (rev 71426)
+++ grass/branches/releasebranch_7_2/raster/r.transect/main.c 2017-08-21 18:38:00 UTC (rev 71427)
@@ -101,6 +101,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
+ G_add_keyword(_("profile"));
G_add_keyword(_("transect"));
module->description =
_("Outputs raster map layer values lying along "
More information about the grass-commit
mailing list