Browse Source

r.region: add geometry keyword

Markus Neteler 4 năm trước cách đây
mục cha
commit
ecf4e84bd6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      raster/r.region/main.c

+ 3 - 1
raster/r.region/main.c

@@ -6,7 +6,7 @@
  *		based upon g.region
  * PURPOSE:	Set the boundary definitions for a raster map.
  * 
- * COPYRIGHT:	(C) 2002 by the GRASS Development Team
+ * COPYRIGHT:	(C) 2002-2020 by the GRASS Development Team
  *
  *		This program is free software under the GPL (>=v2)
  *		Read the file COPYING that comes with GRASS for details.
@@ -50,6 +50,8 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("metadata"));
+    G_add_keyword(_("geometry"));
+
     module->description =
 	_("Sets the boundary definitions for a raster map.");