[GRASS-SVN] r60417 - in grass/trunk/raster: r.topidx r.topmodel

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 11:07:58 PDT 2014


Author: hcho
Date: 2014-05-22 11:07:58 -0700 (Thu, 22 May 2014)
New Revision: 60417

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

Modified: grass/trunk/raster/r.topidx/main.c
===================================================================
--- grass/trunk/raster/r.topidx/main.c	2014-05-22 17:48:48 UTC (rev 60416)
+++ grass/trunk/raster/r.topidx/main.c	2014-05-22 18:07:58 UTC (rev 60417)
@@ -45,7 +45,7 @@
     params.input->key = "input";
 
     params.output = G_define_standard_option(G_OPT_R_OUTPUT);
-    params.output->description = _("Name for output topographic index map");
+    params.output->description = _("Name for output topographic index raster map");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);

Modified: grass/trunk/raster/r.topmodel/main.c
===================================================================
--- grass/trunk/raster/r.topmodel/main.c	2014-05-22 17:48:48 UTC (rev 60416)
+++ grass/trunk/raster/r.topmodel/main.c	2014-05-22 18:07:58 UTC (rev 60417)
@@ -85,7 +85,7 @@
     params.topidx = G_define_standard_option(G_OPT_R_INPUT);
     params.topidx->key = "topidx";
     params.topidx->label =
-	_("Name of input topographic index ln(a/tanB) raster map");
+	_("Name of input topographic index raster map");
     params.topidx->description =
 	_("Must be clipped to the catchment boundary. Used for generating outtopidxstats.");
     params.topidx->required = NO;



More information about the grass-commit mailing list