[GRASS-SVN] r70364 - grass/branches/releasebranch_7_2/general/g.region

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 13 07:13:31 PST 2017


Author: neteler
Date: 2017-01-13 07:13:30 -0800 (Fri, 13 Jan 2017)
New Revision: 70364

Modified:
   grass/branches/releasebranch_7_2/general/g.region/main.c
Log:
 g.region: add comp, extent and res to keywords

Modified: grass/branches/releasebranch_7_2/general/g.region/main.c
===================================================================
--- grass/branches/releasebranch_7_2/general/g.region/main.c	2017-01-13 14:23:35 UTC (rev 70363)
+++ grass/branches/releasebranch_7_2/general/g.region/main.c	2017-01-13 15:13:30 UTC (rev 70364)
@@ -62,6 +62,9 @@
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("settings"));
+    G_add_keyword(_("computational region"));
+    G_add_keyword(_("extent"));
+    G_add_keyword(_("resolution"));
     module->description =
 	_("Manages the boundary definitions for the " "geographic region.");
 



More information about the grass-commit mailing list