[GRASS-SVN] r60418 - grass/trunk/raster/r.topidx

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 11:09:18 PDT 2014


Author: hcho
Date: 2014-05-22 11:09:18 -0700 (Thu, 22 May 2014)
New Revision: 60418

Modified:
   grass/trunk/raster/r.topidx/main.c
Log:
r.topidx: description refined

Modified: grass/trunk/raster/r.topidx/main.c
===================================================================
--- grass/trunk/raster/r.topidx/main.c	2014-05-22 18:07:58 UTC (rev 60417)
+++ grass/trunk/raster/r.topidx/main.c	2014-05-22 18:09:18 UTC (rev 60418)
@@ -7,7 +7,7 @@
  *               Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
  *               Kyungpook National University
  *
- * PURPOSE:      Creates topographic index map from elevation map.
+ * PURPOSE:      Creates topographic index raster map from elevation map.
  *               Based on GRIDATB.FOR.
  *
  * COPYRIGHT:    (C) 2000-2013 by the GRASS Development Team
@@ -39,7 +39,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));
     module->description =
-	_("Creates topographic index map from elevation raster map.");
+	_("Creates topographic index raster map from elevation raster map.");
 
     params.input = G_define_standard_option(G_OPT_R_ELEV);
     params.input->key = "input";



More information about the grass-commit mailing list