[GRASS-SVN] r49011 - grass/branches/develbranch_6/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 30 16:39:07 EDT 2011


Author: martinl
Date: 2011-10-30 13:39:07 -0700 (Sun, 30 Oct 2011)
New Revision: 49011

Modified:
   grass/branches/develbranch_6/imagery/i.landsat.acca/main.c
Log:
i.landsat.acca: cosmetics in module description
		(merge r49010 from trunk)


Modified: grass/branches/develbranch_6/imagery/i.landsat.acca/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.landsat.acca/main.c	2011-10-30 20:30:00 UTC (rev 49010)
+++ grass/branches/develbranch_6/imagery/i.landsat.acca/main.c	2011-10-30 20:39:07 UTC (rev 49011)
@@ -103,7 +103,7 @@
     /* initialize module */
     module = G_define_module();
     module->description =
-	_("Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).");
+	_("Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).");
     module->keywords = _("imagery, landsat, acca");
     
     band_prefix = G_define_option();



More information about the grass-commit mailing list