[GRASS-SVN] r44376 - grass/branches/develbranch_6/raster/r.thin
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 22 17:57:17 EST 2010
Author: martinl
Date: 2010-11-22 14:57:17 -0800 (Mon, 22 Nov 2010)
New Revision: 44376
Modified:
grass/branches/develbranch_6/raster/r.thin/main.c
Log:
r.thin: more keywords
Modified: grass/branches/develbranch_6/raster/r.thin/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.thin/main.c 2010-11-22 22:53:29 UTC (rev 44375)
+++ grass/branches/develbranch_6/raster/r.thin/main.c 2010-11-22 22:57:17 UTC (rev 44376)
@@ -11,7 +11,7 @@
* Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_b yahoo.com>,
* Jan-Oliver Wagner <jan intevation.de>
* PURPOSE: Cell-file line thinning
- * COPYRIGHT: (C) 1999-2006 by the GRASS Development Team
+ * COPYRIGHT: (C) 1999-2006, 2010 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
@@ -52,10 +52,10 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->keywords = _("raster");
+ module->keywords = _("raster, thin");
module->description =
_("Thins non-zero cells that denote linear "
- "features in a raster map layer.");
+ "features in a raster map.");
opt1 = G_define_standard_option(G_OPT_R_INPUT);
More information about the grass-commit
mailing list