Forráskód Böngészése

r.clump: better description for title, fix syntax typo in https://trac.osgeo.org/grass/changeset/52506

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52507 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 éve
szülő
commit
b658a69bef
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      raster/r.clump/main.c
  2. 1 1
      raster/r.clump/r.clump.html

+ 1 - 1
raster/r.clump/main.c

@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
     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))

+ 1 - 1
raster/r.clump/r.clump.html

@@ -39,7 +39,7 @@ output raster map.
 </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>,