[GRASS-SVN] r59509 - grass/trunk/raster/r.stream.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 29 10:06:57 PDT 2014


Author: neteler
Date: 2014-03-29 10:06:56 -0700 (Sat, 29 Mar 2014)
New Revision: 59509

Modified:
   grass/trunk/raster/r.stream.segment/main.c
Log:
r.stream.segment: sync param name to other r.stream.* commands (trac #2238)

Modified: grass/trunk/raster/r.stream.segment/main.c
===================================================================
--- grass/trunk/raster/r.stream.segment/main.c	2014-03-29 15:47:13 UTC (rev 59508)
+++ grass/trunk/raster/r.stream.segment/main.c	2014-03-29 17:06:56 UTC (rev 59509)
@@ -60,7 +60,7 @@
     G_add_keyword(_("stream divide"));
 
     in_stm_opt = G_define_standard_option(G_OPT_R_INPUT);
-    in_stm_opt->key = "stream_raster";
+    in_stm_opt->key = "stream_rast";
     in_stm_opt->description = _("Name of input streams mask raster map");
 
     in_dir_opt = G_define_standard_option(G_OPT_R_INPUT);



More information about the grass-commit mailing list