[GRASS-SVN] r63145 - grass/trunk/vector/v.to.points

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 09:05:32 PST 2014


Author: martinl
Date: 2014-11-26 09:05:32 -0800 (Wed, 26 Nov 2014)
New Revision: 63145

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

Modified: grass/trunk/vector/v.to.points/main.c
===================================================================
--- grass/trunk/vector/v.to.points/main.c	2014-11-26 17:03:41 UTC (rev 63144)
+++ grass/trunk/vector/v.to.points/main.c	2014-11-26 17:05:32 UTC (rev 63145)
@@ -61,8 +61,6 @@
     opt.input = G_define_standard_option(G_OPT_V_INPUT);
 
     opt.lfield = G_define_standard_option(G_OPT_V_FIELD);
-    opt.lfield->key = "llayer";
-    opt.lfield->answer = "1";
     opt.lfield->label = "Line layer number or name";
     opt.lfield->guisection = _("Selection");
 



More information about the grass-commit mailing list