[GRASS-SVN] r71416 - in grass/trunk/raster: r.profile r.transect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 19 12:30:03 PDT 2017


Author: wenzeslaus
Date: 2017-08-19 12:30:03 -0700 (Sat, 19 Aug 2017)
New Revision: 71416

Modified:
   grass/trunk/raster/r.profile/main.c
   grass/trunk/raster/r.transect/main.c
Log:
doc: extent and sync keywords and topic

Modified: grass/trunk/raster/r.profile/main.c
===================================================================
--- grass/trunk/raster/r.profile/main.c	2017-08-19 19:12:45 UTC (rev 71415)
+++ grass/trunk/raster/r.profile/main.c	2017-08-19 19:30:03 UTC (rev 71416)
@@ -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/trunk/raster/r.transect/main.c
===================================================================
--- grass/trunk/raster/r.transect/main.c	2017-08-19 19:12:45 UTC (rev 71415)
+++ grass/trunk/raster/r.transect/main.c	2017-08-19 19:30:03 UTC (rev 71416)
@@ -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