[GRASS-SVN] r51513 - grass/branches/releasebranch_6_4/vector/v.in.region

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 24 04:47:03 EDT 2012


Author: neteler
Date: 2012-04-24 01:47:03 -0700 (Tue, 24 Apr 2012)
New Revision: 51513

Modified:
   grass/branches/releasebranch_6_4/vector/v.in.region/main.c
Log:
more clear module description

Modified: grass/branches/releasebranch_6_4/vector/v.in.region/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.in.region/main.c	2012-04-24 08:46:55 UTC (rev 51512)
+++ grass/branches/releasebranch_6_4/vector/v.in.region/main.c	2012-04-24 08:47:03 UTC (rev 51513)
@@ -36,7 +36,7 @@
 
     module = G_define_module();
     module->keywords = _("vector, geometry");
-    module->description = _("Create a new vector from the current region.");
+    module->description = _("Creates a vector polygon from the current region extent.");
 
     out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
 



More information about the grass-commit mailing list