[GRASS-SVN] r42080 -
grass/branches/develbranch_6/raster/r.watershed/front
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 3 06:28:24 EDT 2010
Author: mmetz
Date: 2010-05-03 06:28:24 -0400 (Mon, 03 May 2010)
New Revision: 42080
Modified:
grass/branches/develbranch_6/raster/r.watershed/front/main.c
Log:
update option descriptions
Modified: grass/branches/develbranch_6/raster/r.watershed/front/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/front/main.c 2010-05-03 08:06:52 UTC (rev 42079)
+++ grass/branches/develbranch_6/raster/r.watershed/front/main.c 2010-05-03 10:28:24 UTC (rev 42080)
@@ -54,14 +54,14 @@
/* Set description */
module = G_define_module();
module->keywords = _("raster, hydrology");
- module->description = _("Creates watershed basins.");
+ module->description = _("Watershed basin analysis program");
opt1 = G_define_standard_option(G_OPT_R_ELEV);
opt1->guisection = _("Input_options");
opt2 = G_define_standard_option(G_OPT_R_INPUT);
opt2->key = "depression";
- opt2->label = _("Name of input depressions raster map");
+ opt2->label = _("Name of input raster map with real depressions");
opt2->description = _("All non-NULL and non-zero cells are considered as real depressions");
opt2->required = NO;
opt2->guisection = _("Input_options");
More information about the grass-commit
mailing list