瀏覽代碼

minor wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55121 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 年之前
父節點
當前提交
569eac7b1c
共有 1 個文件被更改,包括 3 次插入2 次删除
  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() ;