[GRASS-SVN] r64814 - grass/branches/releasebranch_7_0/raster/r.watershed/front

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 8 09:44:11 PDT 2015


Author: neteler
Date: 2015-03-08 09:44:11 -0700 (Sun, 08 Mar 2015)
New Revision: 64814

Modified:
   grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c
Log:
r.watershed: style sync of descriptions of output maps

Modified: grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c	2015-03-08 16:44:04 UTC (rev 64813)
+++ grass/branches/releasebranch_7_0/raster/r.watershed/front/main.c	2015-03-08 16:44:11 UTC (rev 64814)
@@ -134,8 +134,8 @@
 
     opt17 = G_define_standard_option(G_OPT_R_OUTPUT);
     opt17->key = "tci";
-    opt17->label =
-	_("Topographic index ln(a / tan(b))");
+    opt17->description =
+	_("Name for output topographic index ln(a / tan(b)) map");
     opt17->required = NO;
     opt17->guisection = _("Outputs");
 
@@ -147,7 +147,7 @@
 
     opt10 = G_define_standard_option(G_OPT_R_OUTPUT);
     opt10->key = "basin";
-    opt10->description = _("Name for basins raster map");
+    opt10->description = _("Name for output basins raster map");
     opt10->required = NO;
     opt10->guisection = _("Outputs");
 



More information about the grass-commit mailing list