[GRASS-SVN] r57660 - grass/branches/releasebranch_6_4/raster/r.to.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 13 19:04:40 PDT 2013
Author: hamish
Date: 2013-09-13 19:04:40 -0700 (Fri, 13 Sep 2013)
New Revision: 57660
Modified:
grass/branches/releasebranch_6_4/raster/r.to.vect/main.c
Log:
module description tweak (merge r42288 from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/r.to.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.to.vect/main.c 2013-09-14 01:55:02 UTC (rev 57659)
+++ grass/branches/releasebranch_6_4/raster/r.to.vect/main.c 2013-09-14 02:04:40 UTC (rev 57660)
@@ -49,7 +49,7 @@
module = G_define_module();
module->keywords = _("raster, conversion, vectorization");
- module->description = _("Converts a raster map into a vector map layer.");
+ module->description = _("Converts a raster map into a vector map.");
in_opt = G_define_standard_option(G_OPT_R_INPUT);
More information about the grass-commit
mailing list