[GRASS-SVN] r59410 - grass-addons/grass7/raster/r.stream.order
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 27 06:06:03 PDT 2014
Author: martinl
Date: 2014-03-27 06:06:01 -0700 (Thu, 27 Mar 2014)
New Revision: 59410
Modified:
grass-addons/grass7/raster/r.stream.order/main.c
Log:
r.stream.order: desc cosmetics
Modified: grass-addons/grass7/raster/r.stream.order/main.c
===================================================================
--- grass-addons/grass7/raster/r.stream.order/main.c 2014-03-27 12:54:14 UTC (rev 59409)
+++ grass-addons/grass7/raster/r.stream.order/main.c 2014-03-27 13:06:01 UTC (rev 59410)
@@ -29,8 +29,8 @@
{
IO input[] = {
- {"streams", YES, _("Name of input streams raster map")},
- {"dirs", YES, _("Name of input direction raster map")},
+ {"streams", YES, _("Name of input streams mask raster map")},
+ {"dirs", YES, _("Name of input flow direction raster map")},
{"elevation", NO, _("Name of input elevation raster map")},
{"accum", NO, _("Name of input accumulation raster map")}
};
More information about the grass-commit
mailing list