[GRASS-SVN] r52924 - grass/trunk/vector/v.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 26 05:39:30 PDT 2012


Author: mmetz
Date: 2012-08-26 05:39:29 -0700 (Sun, 26 Aug 2012)
New Revision: 52924

Modified:
   grass/trunk/vector/v.univar/main.c
Log:
v.univar: default answers should not toggle warnings

Modified: grass/trunk/vector/v.univar/main.c
===================================================================
--- grass/trunk/vector/v.univar/main.c	2012-08-26 10:49:50 UTC (rev 52923)
+++ grass/trunk/vector/v.univar/main.c	2012-08-26 12:39:29 UTC (rev 52924)
@@ -72,7 +72,7 @@
     field_opt = G_define_standard_option(G_OPT_V_FIELD);
 
     type_opt = G_define_standard_option(G_OPT_V_TYPE);
-    type_opt->options = "point,line,boundary,centroid,area";
+    type_opt->options = "point,line,area";
 
     col_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     col_opt->required = YES;



More information about the grass-commit mailing list