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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 20 02:44:47 PDT 2014


Author: hellik
Date: 2014-05-20 02:44:47 -0700 (Tue, 20 May 2014)
New Revision: 60371

Modified:
   grass/trunk/raster/r.stream.segment/main.c
Log:
r.stream.segment: correction of option description

Modified: grass/trunk/raster/r.stream.segment/main.c
===================================================================
--- grass/trunk/raster/r.stream.segment/main.c	2014-05-20 09:28:17 UTC (rev 60370)
+++ grass/trunk/raster/r.stream.segment/main.c	2014-05-20 09:44:47 UTC (rev 60371)
@@ -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