[GRASS-SVN] r63061 - grass/branches/releasebranch_7_0/raster/r.terraflow

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 06:42:23 PST 2014


Author: martinl
Date: 2014-11-26 06:42:23 -0800 (Wed, 26 Nov 2014)
New Revision: 63061

Modified:
   grass/branches/releasebranch_7_0/raster/r.terraflow/main.cpp
Log:
r.terraflow: use standardized options (#2409) - (merge r63060 from trunk)

Modified: grass/branches/releasebranch_7_0/raster/r.terraflow/main.cpp
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.terraflow/main.cpp	2014-11-26 14:41:47 UTC (rev 63060)
+++ grass/branches/releasebranch_7_0/raster/r.terraflow/main.cpp	2014-11-26 14:42:23 UTC (rev 63061)
@@ -130,7 +130,7 @@
   /* temporary STREAM path */
   struct Option *streamdir;
   streamdir = G_define_option() ;
-  streamdir->key        = "stream_dir";
+  streamdir->key        = "directory";
   streamdir->type       = TYPE_STRING;
   streamdir->required   = NO;
   //streamdir->answer     = "";



More information about the grass-commit mailing list