[GRASS-SVN] r47997 - grass/trunk/vector/v.vect.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 31 06:58:21 EDT 2011
Author: mmetz
Date: 2011-08-31 03:58:21 -0700 (Wed, 31 Aug 2011)
New Revision: 47997
Modified:
grass/trunk/vector/v.vect.stats/main.c
Log:
v.vect.stats: update module description
Modified: grass/trunk/vector/v.vect.stats/main.c
===================================================================
--- grass/trunk/vector/v.vect.stats/main.c 2011-08-31 10:57:17 UTC (rev 47996)
+++ grass/trunk/vector/v.vect.stats/main.c 2011-08-31 10:58:21 UTC (rev 47997)
@@ -128,7 +128,7 @@
G_add_keyword(_("vector"));
G_add_keyword(_("database"));
G_add_keyword(_("attribute table"));
- module->description = _("Count points in areas, calculate statistics.");
+ module->description = _("Count points in areas, calculate statistics from point attributes.");
point_opt = G_define_standard_option(G_OPT_V_INPUT);
point_opt->key = "points";
More information about the grass-commit
mailing list