[GRASS-SVN] r55121 - grass/trunk/raster/r.terraflow

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 19 15:02:41 PST 2013


Author: hamish
Date: 2013-02-19 15:02:41 -0800 (Tue, 19 Feb 2013)
New Revision: 55121

Modified:
   grass/trunk/raster/r.terraflow/main.cpp
Log:
minor wording

Modified: grass/trunk/raster/r.terraflow/main.cpp
===================================================================
--- grass/trunk/raster/r.terraflow/main.cpp	2013-02-19 23:02:39 UTC (rev 55120)
+++ grass/trunk/raster/r.terraflow/main.cpp	2013-02-19 23:02:41 UTC (rev 55121)
@@ -113,8 +113,9 @@
   d8cut->label = _("Routing using SFD (D8) direction");
   d8cut->description = 
     _("If flow accumulation is larger than this value it is routed using "
-      "SFD (D8) direction (meaningfull only  for MFD flow). No answer for infinity.");
-  
+      "SFD (D8) direction (meaningfull only for MFD flow). "
+      "If no answer is given it defaults to infinity.");
+
   /* main memory */
   struct Option *mem;
   mem = G_define_option() ;



More information about the grass-commit mailing list