[GRASS-SVN] r63332 - grass/trunk/raster/r.to.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 2 11:44:14 PST 2014


Author: martinl
Date: 2014-12-02 11:44:14 -0800 (Tue, 02 Dec 2014)
New Revision: 63332

Modified:
   grass/trunk/raster/r.to.vect/main.c
Log:
r.to.vect: fix type opt description


Modified: grass/trunk/raster/r.to.vect/main.c
===================================================================
--- grass/trunk/raster/r.to.vect/main.c	2014-12-02 17:31:48 UTC (rev 63331)
+++ grass/trunk/raster/r.to.vect/main.c	2014-12-02 19:44:14 UTC (rev 63332)
@@ -78,6 +78,7 @@
     out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     
     feature_opt = G_define_standard_option(G_OPT_V_TYPE);
+    feature_opt->description = _("Output feature type");
     feature_opt->required = YES;
     feature_opt->multiple = NO;
     feature_opt->options = "point,line,area";



More information about the grass-commit mailing list