Browse Source

minor wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55121 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 years ago
parent
commit
569eac7b1c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      raster/r.terraflow/main.cpp

+ 3 - 2
raster/r.terraflow/main.cpp

@@ -113,8 +113,9 @@ parse_args(int argc, char *argv[]) {
   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() ;