[GRASS-SVN] r57782 - grass/branches/develbranch_6/raster/r.grow.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 21 17:26:45 PDT 2013
Author: hamish
Date: 2013-09-21 17:26:45 -0700 (Sat, 21 Sep 2013)
New Revision: 57782
Modified:
grass/branches/develbranch_6/raster/r.grow.distance/main.c
Log:
wording tweak
Modified: grass/branches/develbranch_6/raster/r.grow.distance/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.grow.distance/main.c 2013-09-21 23:50:17 UTC (rev 57781)
+++ grass/branches/develbranch_6/raster/r.grow.distance/main.c 2013-09-22 00:26:45 UTC (rev 57782)
@@ -9,7 +9,7 @@
* PURPOSE: Generates a raster map layer with contiguous areas
* grown by one cell.
*
- * COPYRIGHT: (C) 2006, 2011 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
@@ -147,7 +147,7 @@
module = G_define_module();
module->keywords = _("raster, geometry");
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