[GRASS-SVN] r57783 - grass/trunk/raster/r.grow.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 21 17:28:15 PDT 2013


Author: hamish
Date: 2013-09-21 17:28:15 -0700 (Sat, 21 Sep 2013)
New Revision: 57783

Modified:
   grass/trunk/raster/r.grow.distance/main.c
Log:
wording tweak (merge from devbr6)

Modified: grass/trunk/raster/r.grow.distance/main.c
===================================================================
--- grass/trunk/raster/r.grow.distance/main.c	2013-09-22 00:26:45 UTC (rev 57782)
+++ grass/trunk/raster/r.grow.distance/main.c	2013-09-22 00:28:15 UTC (rev 57783)
@@ -9,7 +9,7 @@
  * PURPOSE:      Generates a raster map layer with contiguous areas 
  *               grown by one cell.
  *
- * COPYRIGHT:    (C) 2006, 2010 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2006-2013 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -151,7 +151,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("distance"));
     module->description =
-	_("Generates a raster map of distance to features in input raster map.");
+	_("Generates a raster map containing distances to nearest raster features.");
 
     opt.in = G_define_standard_option(G_OPT_R_INPUT);
 



More information about the grass-commit mailing list