[GRASS-SVN] r41030 - grass/trunk/raster/r.statistics2

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 15 08:47:13 EST 2010


Author: neteler
Date: 2010-02-15 08:47:08 -0500 (Mon, 15 Feb 2010)
New Revision: 41030

Modified:
   grass/trunk/raster/r.statistics2/main.c
Log:
say what it does

Modified: grass/trunk/raster/r.statistics2/main.c
===================================================================
--- grass/trunk/raster/r.statistics2/main.c	2010-02-15 12:20:55 UTC (rev 41029)
+++ grass/trunk/raster/r.statistics2/main.c	2010-02-15 13:47:08 UTC (rev 41030)
@@ -101,7 +101,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("statistics"));
     module->description =
-	_("Calculates category or object oriented statistics.");
+	_("Calculates category or object oriented statistics (accumulator-based statistics).");
 
     opt.basemap = G_define_standard_option(G_OPT_R_BASE);
 



More information about the grass-commit mailing list