[GRASS-SVN] r70358 - grass/trunk/general/g.region

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 12 20:35:55 PST 2017


Author: wenzeslaus
Date: 2017-01-12 20:35:54 -0800 (Thu, 12 Jan 2017)
New Revision: 70358

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

Modified: grass/trunk/general/g.region/main.c
===================================================================
--- grass/trunk/general/g.region/main.c	2017-01-13 04:01:44 UTC (rev 70357)
+++ grass/trunk/general/g.region/main.c	2017-01-13 04:35:54 UTC (rev 70358)
@@ -63,6 +63,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