[GRASS-SVN] r63006 - grass/branches/releasebranch_7_0/raster/r.fill.dir

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 02:45:31 PST 2014


Author: martinl
Date: 2014-11-26 02:45:31 -0800 (Wed, 26 Nov 2014)
New Revision: 63006

Modified:
   grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c
Log:
r.fill.dir: use standardized options (#2409) - (merge r63005 from trunk)

Modified: grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c	2014-11-26 10:43:35 UTC (rev 63005)
+++ grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c	2014-11-26 10:45:31 UTC (rev 63006)
@@ -96,7 +96,7 @@
     opt2->description = _("Name for output depressionless elevation raster map");
     
     opt4 = G_define_standard_option(G_OPT_R_OUTPUT);
-    opt4->key = "outdir";
+    opt4->key = "direction";
     opt4->description = _("Name for output flow direction map for depressionless elevation raster map");
 
     opt5 = G_define_standard_option(G_OPT_R_OUTPUT);



More information about the grass-commit mailing list