[GRASS-SVN] r59637 - grass/branches/releasebranch_7_0/raster/r.watershed/front
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 8 08:22:14 PDT 2014
Author: neteler
Date: 2014-04-08 08:22:14 -0700 (Tue, 08 Apr 2014)
New Revision: 59637
Modified:
grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c
Log:
r.watershed: remove duplicate param description
Modified: grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c 2014-04-08 15:22:06 UTC (rev 59636)
+++ grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c 2014-04-08 15:22:14 UTC (rev 59637)
@@ -147,9 +147,7 @@
opt10 = G_define_standard_option(G_OPT_R_OUTPUT);
opt10->key = "basin";
- opt10->description =
- _("Name for basins raster map");
- opt10->description = _("Unique label for each watershed basin");
+ opt10->description = _("Name for basins raster map");
opt10->required = NO;
opt10->guisection = _("Outputs");
More information about the grass-commit
mailing list