[GRASS-SVN] r59658 - grass/branches/develbranch_6/raster/r.watershed/front
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 9 08:45:10 PDT 2014
Author: neteler
Date: 2014-04-09 08:45:09 -0700 (Wed, 09 Apr 2014)
New Revision: 59658
Modified:
grass/branches/develbranch_6/raster/r.watershed/front/main.c
Log:
r.watershed: standardize param description
Modified: grass/branches/develbranch_6/raster/r.watershed/front/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/front/main.c 2014-04-09 11:49:28 UTC (rev 59657)
+++ grass/branches/develbranch_6/raster/r.watershed/front/main.c 2014-04-09 15:45:09 UTC (rev 59658)
@@ -116,9 +116,8 @@
opt12 = G_define_standard_option(G_OPT_R_OUTPUT);
opt12->key = "half.basin";
- opt12->label = _("Name for output half basins raster map");
opt12->description =
- _("Each half-basin is given a unique value");
+ _("Name for output half basins raster map");
opt12->required = NO;
opt12->guisection = _("Outputs");
More information about the grass-commit
mailing list