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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 20 10:31:14 EDT 2011


Author: martinl
Date: 2011-09-20 07:31:13 -0700 (Tue, 20 Sep 2011)
New Revision: 48386

Modified:
   grass/trunk/raster/r.to.vect/main.c
Log:
r.to.vect: use standard key for feature type option


Modified: grass/trunk/raster/r.to.vect/main.c
===================================================================
--- grass/trunk/raster/r.to.vect/main.c	2011-09-20 14:29:01 UTC (rev 48385)
+++ grass/trunk/raster/r.to.vect/main.c	2011-09-20 14:31:13 UTC (rev 48386)
@@ -78,7 +78,6 @@
     out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     
     feature_opt = G_define_standard_option(G_OPT_V_TYPE);
-    feature_opt->key = "feature";
     feature_opt->required = YES;
     feature_opt->multiple = NO;
     feature_opt->options = "point,line,area";



More information about the grass-commit mailing list