[GRASS-SVN] r59659 - grass/branches/develbranch_6/raster/r.watershed/front

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 9 08:46:35 PDT 2014


Author: neteler
Date: 2014-04-09 08:46:35 -0700 (Wed, 09 Apr 2014)
New Revision: 59659

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 15:45:09 UTC (rev 59658)
+++ grass/branches/develbranch_6/raster/r.watershed/front/main.c	2014-04-09 15:46:35 UTC (rev 59659)
@@ -104,7 +104,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