[GRASS-SVN] r63005 - grass/trunk/raster/r.fill.dir
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 02:43:35 PST 2014
Author: martinl
Date: 2014-11-26 02:43:35 -0800 (Wed, 26 Nov 2014)
New Revision: 63005
Modified:
grass/trunk/raster/r.fill.dir/main.c
Log:
r.fill.dir use standardized options (#2409)
Modified: grass/trunk/raster/r.fill.dir/main.c
===================================================================
--- grass/trunk/raster/r.fill.dir/main.c 2014-11-26 10:41:47 UTC (rev 63004)
+++ grass/trunk/raster/r.fill.dir/main.c 2014-11-26 10:43:35 UTC (rev 63005)
@@ -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