Browse Source

r.fill.dir: use standardized options (https://trac.osgeo.org/grass/ticket/2409) - (merge https://trac.osgeo.org/grass/changeset/63005 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63006 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
22e1cfec9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.fill.dir/main.c

+ 1 - 1
raster/r.fill.dir/main.c

@@ -96,7 +96,7 @@ int main(int argc, char **argv)
     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);