[GRASS-SVN] r63095 - grass/trunk/vector/v.buffer

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:09:06 PST 2014


Author: martinl
Date: 2014-11-26 08:09:06 -0800 (Wed, 26 Nov 2014)
New Revision: 63095

Modified:
   grass/trunk/vector/v.buffer/main.c
Log:
v.buffer: use standardized options (#2409)

Modified: grass/trunk/vector/v.buffer/main.c
===================================================================
--- grass/trunk/vector/v.buffer/main.c	2014-11-26 16:05:54 UTC (rev 63094)
+++ grass/trunk/vector/v.buffer/main.c	2014-11-26 16:09:06 UTC (rev 63095)
@@ -268,7 +268,6 @@
     angle_opt->guisection = _("Distance");
 
     bufcol_opt = G_define_standard_option(G_OPT_DB_COLUMN);
-    bufcol_opt->key = "bufcolumn";
     bufcol_opt->description =
 	_("Name of column to use for buffer distances");
     bufcol_opt->guisection = _("Distance");



More information about the grass-commit mailing list