[GRASS-SVN] r59510 - grass/branches/releasebranch_7_0/raster/r.stream.segment
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 29 10:19:58 PDT 2014
Author: neteler
Date: 2014-03-29 10:19:58 -0700 (Sat, 29 Mar 2014)
New Revision: 59510
Modified:
grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c
Log:
r.stream.segment: sync param name to other r.stream.* commands (trac #2238)
Modified: grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c 2014-03-29 17:06:56 UTC (rev 59509)
+++ grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c 2014-03-29 17:19:58 UTC (rev 59510)
@@ -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