[GRASS-SVN] r52507 - grass/trunk/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 2 14:28:13 PDT 2012
Author: martinl
Date: 2012-08-02 14:28:13 -0700 (Thu, 02 Aug 2012)
New Revision: 52507
Modified:
grass/trunk/raster/r.clump/main.c
grass/trunk/raster/r.clump/r.clump.html
Log:
r.clump: better description for title, fix syntax typo in r52506
Modified: grass/trunk/raster/r.clump/main.c
===================================================================
--- grass/trunk/raster/r.clump/main.c 2012-08-02 21:26:08 UTC (rev 52506)
+++ grass/trunk/raster/r.clump/main.c 2012-08-02 21:28:13 UTC (rev 52507)
@@ -58,7 +58,7 @@
opt_title->key = "title";
opt_title->type = TYPE_STRING;
opt_title->required = NO;
- opt_title->description = _("Title");
+ opt_title->description = _("Title for output raster map");
/* parse options */
if (G_parser(argc, argv))
Modified: grass/trunk/raster/r.clump/r.clump.html
===================================================================
--- grass/trunk/raster/r.clump/r.clump.html 2012-08-02 21:26:08 UTC (rev 52506)
+++ grass/trunk/raster/r.clump/r.clump.html 2012-08-02 21:28:13 UTC (rev 52507)
@@ -39,7 +39,7 @@
</em>
<p>
-</em>
+<em>
<a href="r.mapcalc.html">r.mapcalc</a>,
<a href="r.mfilter.html">r.mfilter</a>,
<a href="r.neighbors.html">r.neighbors</a>,
More information about the grass-commit
mailing list