[GRASS-SVN] r60372 - grass/branches/releasebranch_7_0/raster/r.stream.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 20 02:48:52 PDT 2014


Author: hellik
Date: 2014-05-20 02:48:52 -0700 (Tue, 20 May 2014)
New Revision: 60372

Modified:
   grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c
Log:
r.stream.segment: correction of option description (merged from trunk r60371)

Modified: grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c	2014-05-20 09:44:47 UTC (rev 60371)
+++ grass/branches/releasebranch_7_0/raster/r.stream.segment/main.c	2014-05-20 09:48:52 UTC (rev 60372)
@@ -77,7 +77,7 @@
     out_sector_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     out_sector_opt->key = "sectors";
     out_sector_opt->description =
-	_("Name for output vector map to write segment attributes");
+	_("Name for output vector map to write sector attributes");
 
     opt_length = G_define_option();
     opt_length->key = "length";



More information about the grass-commit mailing list