[GRASS-SVN] r59886 - grass/trunk/raster/r.stream.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 21 10:21:15 PDT 2014
Author: madi
Date: 2014-04-21 10:21:15 -0700 (Mon, 21 Apr 2014)
New Revision: 59886
Modified:
grass/trunk/raster/r.stream.distance/main.c
Log:
Added description for outlet map
Modified: grass/trunk/raster/r.stream.distance/main.c
===================================================================
--- grass/trunk/raster/r.stream.distance/main.c 2014-04-21 17:12:40 UTC (rev 59885)
+++ grass/trunk/raster/r.stream.distance/main.c 2014-04-21 17:21:15 UTC (rev 59886)
@@ -46,7 +46,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->label = _("Calculates distance to and elevation above streams and outlets.");
+ module->label = _("Calculates distance to and elevation above streams and outlet.");
module->description =
_("The module can work in stream mode where target are streams and "
"outlets mode where targets are outlets.");
@@ -57,7 +57,8 @@
in_stm_opt = G_define_standard_option(G_OPT_R_INPUT);
in_stm_opt->key = "stream_rast";
- in_stm_opt->description = _("Name for input raster map with stream network");
+ in_stm_opt->description = _("Name for input raster map with stream network "
+ "(in outlet mode is the name for outlet raster map)");
in_dir_opt = G_define_standard_option(G_OPT_R_INPUT);
in_dir_opt->key = "direction";
More information about the grass-commit
mailing list