[GRASS-SVN] r63067 - grass/branches/releasebranch_7_0/raster/r.viewshed

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 07:12:06 PST 2014


Author: martinl
Date: 2014-11-26 07:12:06 -0800 (Wed, 26 Nov 2014)
New Revision: 63067

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

Modified: grass/branches/releasebranch_7_0/raster/r.viewshed/main.cpp
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.viewshed/main.cpp	2014-11-26 15:10:49 UTC (rev 63066)
+++ grass/branches/releasebranch_7_0/raster/r.viewshed/main.cpp	2014-11-26 15:12:06 UTC (rev 63067)
@@ -570,7 +570,7 @@
     struct Option *streamdirOpt;
 
     streamdirOpt = G_define_option() ;
-    streamdirOpt->key        = "stream_dir";
+    streamdirOpt->key        = "directory";
     streamdirOpt->type       = TYPE_STRING;
     streamdirOpt->required   = NO;
     //streamdirOpt->answer     = "";



More information about the grass-commit mailing list